mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-26 00:30:33 +03:00
Tweak nose settings
This commit is contained in:
parent
8e267adf77
commit
eb4143baaa
|
@ -26,9 +26,9 @@ script:
|
|||
- python selftest.py --installed
|
||||
- pip install nose
|
||||
- export NOSE_PROCESS_TIMEOUT=600
|
||||
- export NOSE_PROCESSES=-1
|
||||
- export NOSE_PROCESSES=0
|
||||
- if [ -f test-installed.py ]; then
|
||||
python test-installed.py ;
|
||||
python test-installed.py -s -v Tests/test_*.py ;
|
||||
else
|
||||
python Tests/run.py --installed ;
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user