Commit 3b85cf43 authored by Jason Swails's avatar Jason Swails
Browse files

Add "python -m simtk.testInstallation" to .travis.yml

parent 9f8e7335
......@@ -21,6 +21,8 @@ script:
- make -j2
- make -j2 install
- sudo make PythonInstall
- # Run the testInstallation script
- python -m simtk.testInstallation
- # run all of the tests
- ctest -j2 -V
- # get a list of all of the failed tests into this stupid ctest format
......
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