From c984c536f1a75fec7615c41f73bdeb83162830e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 3 Nov 2015 16:26:02 +0100 Subject: [PATCH] Add theZoo to the test cases --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d8617d4..25d1003 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,9 @@ install: - wget https://didierstevens.com/files/software/pdfid_v0_2_1.zip - unzip pdfid_v0_2_1.zip - python setup.py -q install + - pushd tests/src + - git clone https://github.com/ytisf/theZoo.git + - popd script: - coverage run setup.py test