Commit 3769792d authored by peastman's avatar peastman
Browse files

Changed travis script to run Python tests in parallel

parent 72e4c45e
......@@ -22,4 +22,4 @@ script:
- if [ -s FailedTests.log ]; then ctest -V -I FailedTests.log; fi;
- # run the python tests too
- cd python/tests
- nosetests -vv
- nosetests -vv --processes=-1 --process-timeout=200
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment