RF: try disabling multiprocess tests

Suggestion from @wiredfool on github
This commit is contained in:
Matthew Brett 2014-07-04 02:02:42 +01:00
parent 6919d6daf3
commit 7163b90cdf

View File

@ -29,6 +29,7 @@ script:
- cd Pillow - cd Pillow
- python selftest.py --installed - python selftest.py --installed
- pip install nose - pip install nose
- export NOSE_PROCESSES=0
- if [ -f test-installed.py ]; then - if [ -f test-installed.py ]; then
python test-installed.py ; python test-installed.py ;
else else