mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 02:46:18 +03:00
BF: install nose for more comprehensive tests
This commit is contained in:
parent
047bd46391
commit
a7f60459ec
|
@ -29,6 +29,7 @@ install:
|
||||||
script:
|
script:
|
||||||
- cd Pillow
|
- cd Pillow
|
||||||
- python selftest.py --installed
|
- python selftest.py --installed
|
||||||
|
- pip install nose
|
||||||
- if [ -f test-installed.py ]; then
|
- if [ -f test-installed.py ]; then
|
||||||
python test-installed.py ;
|
python test-installed.py ;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user