From 9a301236d90fa3f44c673ec271e4851e1bd40e2e Mon Sep 17 00:00:00 2001 From: hugovk Date: Tue, 25 Oct 2016 15:33:54 +0300 Subject: [PATCH] Reinstate tests on nightly --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 586ac7fcd..2ffd18a5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,12 +49,12 @@ install: - pushd depends && ./install_imagequant.sh && popd script: - - if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then coverage erase; fi + - coverage erase - python setup.py clean - CFLAGS="-coverage" python setup.py build_ext --inplace - - if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then coverage run --append --include=PIL/* selftest.py; fi - - if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py; fi + - coverage run --append --include=PIL/* selftest.py + - coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py - pushd /tmp/check-manifest && check-manifest --ignore ".coveragerc,.editorconfig,*.yml,*.yaml,tox.ini" && popd # Docs