mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-29 18:54:16 +03:00
Run the full test suite
This commit is contained in:
parent
8510111de8
commit
2396ca7def
|
@ -28,6 +28,11 @@ install:
|
||||||
script:
|
script:
|
||||||
- cd Pillow
|
- cd Pillow
|
||||||
- python selftest.py --installed
|
- python selftest.py --installed
|
||||||
|
- if [ -f test-installed.py ]; then
|
||||||
|
python test-installed.py ;
|
||||||
|
else
|
||||||
|
python Tests/run.py --installed ;
|
||||||
|
fi
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
before_deploy: cd Pillow/dist
|
before_deploy: cd Pillow/dist
|
||||||
|
|
Loading…
Reference in New Issue
Block a user