Merge pull request #1007 from felixbuenemann/verbose-pyvips-tests

Run pytest verbose on Travis CI
This commit is contained in:
John Cupitt 2018-06-14 16:58:21 +01:00 committed by GitHub
commit f5cfd7f17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: