From 2396ca7def22003ddce10939a2ddbf46ecd66b2d Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 3 Jul 2014 12:24:06 -0700 Subject: [PATCH] Run the full test suite --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8b92bbbf6..a9f076c85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,11 @@ install: script: - cd Pillow - python selftest.py --installed + - if [ -f test-installed.py ]; then + python test-installed.py ; + else + python Tests/run.py --installed ; + fi - cd .. before_deploy: cd Pillow/dist