Run pytest verbose on Travis CI
This should make it easier to see which tests cause problems.
This commit is contained in:
parent
1e102910cf
commit
0f9e87bc69
@ -13,7 +13,7 @@ script:
|
|||||||
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check
|
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check
|
||||||
- LD_LIBRARY_PATH=$PWD/libvips/.libs
|
- LD_LIBRARY_PATH=$PWD/libvips/.libs
|
||||||
DYLD_LIBRARY_PATH=$PWD/libvips/.libs
|
DYLD_LIBRARY_PATH=$PWD/libvips/.libs
|
||||||
$PYTHON -m pytest pyvips-master
|
$PYTHON -m pytest -v pyvips-master
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
Loading…
Reference in New Issue
Block a user