Skip to content

Commit

Permalink
Merge pull request #3925 from radarhere/python38
Browse files Browse the repository at this point in the history
Split pytest flags
  • Loading branch information
hugovk authored Jun 29, 2019
2 parents 07ec99d + 6940c11 commit 2fe3a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2fe3a39

Please sign in to comment.