"...reference/src/SimTKReference/ReferenceSETTLEAlgorithm.cpp" did not exist on "622cae173f470707c36c61f50ce2fb979caa54d7"
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: ...@@ -22,4 +22,4 @@ script:
- if [ -s FailedTests.log ]; then ctest -V -I FailedTests.log; fi; - if [ -s FailedTests.log ]; then ctest -V -I FailedTests.log; fi;
- # run the python tests too - # run the python tests too
- cd python/tests - 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