From cc345f74fde9481268d1183f5239a52183567541 Mon Sep 17 00:00:00 2001 From: hugovk Date: Mon, 29 Jun 2015 16:26:19 +0300 Subject: [PATCH] TEMP check-manifest before tests to make testing easier for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3556b077..a3f007a41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,9 +37,9 @@ script: - python setup.py clean - CFLAGS="-coverage" python setup.py build_ext --inplace + - check-manifest --ignore "depends/*" - coverage run --append --include=PIL/* selftest.py - coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py - - check-manifest --ignore depends/* after_success: # gather the coverage data