RF: haphazard flag flipping

This commit is contained in:
Matthew Brett 2014-07-04 14:19:55 +01:00
parent 54f4250e45
commit 37b0008897

View File

@ -30,6 +30,7 @@ script:
- python selftest.py --installed
- pip install nose
- export NOSE_PROCESS_TIMEOUT=600
- export NOSE_PROCESSES=-1
- if [ -f test-installed.py ]; then
python test-installed.py ;
else