From 0f9e87bc698f9888a05aa67f17e03b78c07dadc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Thu, 14 Jun 2018 17:40:27 +0200 Subject: [PATCH] Run pytest verbose on Travis CI This should make it easier to see which tests cause problems. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 60d9ac68..0704bd4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: