"libraries/validate/src/ValidateOpenMM.cpp" did not exist on "4cbb82d4d56ceb449ac627039b3d525170ef84d8"
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