BF: install nose for more comprehensive tests

This commit is contained in:
Matthew Brett 2014-07-04 01:01:50 +01:00
parent 047bd46391
commit a7f60459ec

View File

@ -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