From db18dcfa30fa42d3c13947a6316651771b531819 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Wed, 2 Jan 2019 11:28:41 +0100 Subject: [PATCH] Run the libvips test suite on Travis Instead of the pyvips test suite. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff0d5176..969449bc 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 -v pyvips-master + $PYTHON -m pytest -v test/test-suite matrix: allow_failures: