Run the full test suite

This commit is contained in:
wiredfool 2014-07-03 12:24:06 -07:00
parent 8510111de8
commit 2396ca7def

View File

@ -28,6 +28,11 @@ install:
script: script:
- cd Pillow - cd Pillow
- python selftest.py --installed - python selftest.py --installed
- if [ -f test-installed.py ]; then
python test-installed.py ;
else
python Tests/run.py --installed ;
fi
- cd .. - cd ..
before_deploy: cd Pillow/dist before_deploy: cd Pillow/dist