From 474f5bbd66e212776623383aafcca509d6bb5fab Mon Sep 17 00:00:00 2001 From: hugovk Date: Thu, 26 Oct 2017 08:46:19 +0300 Subject: [PATCH] --cov-append --- .travis/script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis/script.sh b/.travis/script.sh index 21a70ec7b..74c48ea18 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -6,9 +6,9 @@ coverage erase python setup.py clean CFLAGS="-coverage" python setup.py build_ext --inplace -coverage run --append --include=PIL/* selftest.py -# coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py TODO remove -py.test -v --cov PIL --cov-report term Tests +coverage run --append --include="PIL/*" selftest.py +# coverage run --append --include="PIL/*" -m nose -vx Tests/test_*.py TODO remove +py.test -v --cov PIL --cov-append --cov-report term Tests pushd /tmp/check-manifest && check-manifest --ignore ".coveragerc,.editorconfig,*.yml,*.yaml,tox.ini" && popd # Docs