From 50b6e92b046d8bf4806be8312942155d062976df Mon Sep 17 00:00:00 2001 From: hugovk Date: Mon, 29 Jun 2015 16:50:33 +0300 Subject: [PATCH] Move check-manifest to after tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3f007a41..2397376fb 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