mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 02:46:18 +03:00
Revert "TMP: remove long tests to get wheel build"
This reverts commit 392371688b
.
This commit is contained in:
parent
392371688b
commit
3caeeea940
|
@ -29,6 +29,13 @@ script:
|
||||||
- cd Pillow
|
- cd Pillow
|
||||||
- python selftest.py --installed
|
- python selftest.py --installed
|
||||||
- pip install nose
|
- pip install nose
|
||||||
|
- export NOSE_PROCESS_TIMEOUT=600
|
||||||
|
- export NOSE_PROCESSES=-1
|
||||||
|
- 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