Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
ad2c504f
Commit
ad2c504f
authored
Jan 28, 2014
by
Patrick Grinaway
Browse files
changed to nosetests and commented out manual python tests
parent
a7ae13ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
.travis.yml
.travis.yml
+11
-10
No files found.
.travis.yml
View file @
ad2c504f
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment