From 979759cbe12dba65715e476d3e81cda66e02c11e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 9 May 2016 17:45:21 +0200 Subject: [PATCH] Use a better sample set for office documents --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00b2606..1556686 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,8 +74,10 @@ install: - mv path-traversal-samples/zip/*.zip tests/src/ - mv path-traversal-samples/rar/*.rar tests/src/ # Office docs - - git clone https://github.com/Rafiot/officedissector.git - - mv officedissector/test tests/src2/ + - pushd tests/src2/ + - wget http://www.officedissector.com/corpus/fraunhoferlibrary.zip + - unzip -o fraunhoferlibrary.zip + - popd script: - coverage run --source=bin,kittengroomer setup.py test