mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-15 20:06:28 +03:00
Merge remote-tracking branch 'wiredfool/more_tests'
* wiredfool/more_tests: Run the full test suite
This commit is contained in:
commit
047bd46391
|
@ -29,6 +29,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