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