From e221b4ecff85a9e505b7d261ada0a3f55151e0d9 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 2 Jul 2019 18:18:17 -0700 Subject: [PATCH] Remove duplicate run of selftest.py The make target 'install-coverage' already runs selftest.py. Avoid running the same script a second time to slightly speed up builds. --- .travis/script.sh | 1 - 1 file changed, 1 deletion(-) 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