diff --git a/.travis/script.sh b/.travis/script.sh index ae2e8aad4..4140ff99f 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -6,7 +6,6 @@ coverage erase make clean make install-coverage -python selftest.py python -m pytest -v -x --cov PIL --cov-report term Tests pushd /tmp/check-manifest && check-manifest --ignore ".coveragerc,.editorconfig,*.yml,*.yaml,tox.ini" && popd