diff --git a/.travis.yml b/.travis.yml index 2aa116b65..0c62f2c8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ install: script: - cd Pillow - python selftest.py --installed + - pip install nose - if [ -f test-installed.py ]; then python test-installed.py ; else