From 7163b90cdfa91dee1c4f60158e29dfd9ebd284ac Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Fri, 4 Jul 2014 02:02:42 +0100 Subject: [PATCH] RF: try disabling multiprocess tests Suggestion from @wiredfool on github --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cfb9add1b..d7a7735b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ script: - cd Pillow - python selftest.py --installed - pip install nose + - export NOSE_PROCESSES=0 - if [ -f test-installed.py ]; then python test-installed.py ; else