Revert "TMP: remove long tests to get wheel build"

This reverts commit 392371688b.
This commit is contained in:
Matthew Brett 2014-07-05 02:26:11 +01:00
parent 392371688b
commit 3caeeea940

View File

@ -29,6 +29,13 @@ script:
- cd Pillow
- python selftest.py --installed
- pip install nose
- export NOSE_PROCESS_TIMEOUT=600
- export NOSE_PROCESSES=-1
- if [ -f test-installed.py ]; then
python test-installed.py ;
else
python Tests/run.py --installed ;
fi
- cd ..
before_deploy: cd Pillow/dist