Commit ad2c504f authored by Patrick Grinaway's avatar Patrick Grinaway
Browse files

changed to nosetests and commented out manual python tests

parent a7ae13ab
......@@ -9,7 +9,7 @@ before_install:
- sudo apt-get install doxygen
- sudo apt-get install python-numpy
- sudo apt-get install python-scipy
- sudo apt-get install python-nose
script:
- cmake -DCMAKE_INSTALL_PREFIX=~/OpenMM .
- make
......@@ -22,12 +22,13 @@ script:
- cd python
- sudo -E python setup.py install
- cd tests
- python TestAmberPrmtopFile.py
- python TestDesmondDMSFile.py
- python TestForceField.py
- python TestGromacsTopFile.py
- python TestModeller.py
- python TestNumpyCompatibility.py
- python validateConstraints.py
- python validateConstraints.pyc
- python validateModeller.py
- nosetests
# - python TestAmberPrmtopFile.py
# - python TestDesmondDMSFile.py
# - python TestForceField.py
# - python TestGromacsTopFile.py
# - python TestModeller.py
# - python TestNumpyCompatibility.py
# - python validateConstraints.py
# - python validateConstraints.pyc
# - python validateModeller.py
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