From 6940c1142c6dec3cfc7fb7e4f3012b9c3f61ada4 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 29 Jun 2019 15:47:46 +1000 Subject: [PATCH] Split pytest flags --- .travis/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/script.sh b/.travis/script.sh index d6e02f01dd4..ae2e8aad470 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -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