Split pytest flags

This commit is contained in:
Andrew Murray 2019-06-29 15:47:46 +10:00
parent 07ec99d545
commit 6940c1142c

View File

@ -7,7 +7,7 @@ make clean
make install-coverage
python selftest.py
python -m pytest -vx --cov PIL --cov-report term Tests
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