Merge remote-tracking branch 'wiredfool/more_tests'

* wiredfool/more_tests:
  Run the full test suite
This commit is contained in:
Matthew Brett 2014-07-04 00:55:11 +01:00
commit 047bd46391

View File

@ -29,6 +29,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