Run pytest verbose on Travis CI

This should make it easier to see which tests cause problems.
This commit is contained in:
Felix Bünemann 2018-06-14 17:40:27 +02:00
parent 1e102910cf
commit 0f9e87bc69

View File

@ -13,7 +13,7 @@ script:
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check
- LD_LIBRARY_PATH=$PWD/libvips/.libs
DYLD_LIBRARY_PATH=$PWD/libvips/.libs
$PYTHON -m pytest pyvips-master
$PYTHON -m pytest -v pyvips-master
matrix:
allow_failures: