RF: try another fix for multiprocessing

This commit is contained in:
Matthew Brett 2014-07-04 13:28:59 +01:00
parent 074951f091
commit aee70fae14

View File

@ -29,7 +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 - export NOSE_PROCESS_TIMEOUT=240
- if [ -f test-installed.py ]; then - if [ -f test-installed.py ]; then
python test-installed.py ; python test-installed.py ;
else else