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.
This commit is contained in:
Jon Dufresne 2019-07-02 18:18:17 -07:00
parent aaca672173
commit e221b4ecff

View File

@ -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