diff --git a/.travis.yml b/.travis.yml index fb12ef4b2..c8db53020 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,13 +29,6 @@ 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