Remove duplicate run of selftest.py (#3941)

Remove duplicate run of selftest.py
This commit is contained in:
Hugo 2019-07-03 15:06:59 +03:00 committed by GitHub
commit ea5b30d212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
# Docs