Commit 3c8fbeb2 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Updated nosetests to match original .travis.yaml

parent a5647754
...@@ -12,7 +12,7 @@ script: ...@@ -12,7 +12,7 @@ script:
- source activate $python - source activate $python
- conda install $HOME/miniconda/conda-bld/linux-64/openmm-dev-* - conda install $HOME/miniconda/conda-bld/linux-64/openmm-dev-*
- conda list -e - conda list -e
- nosetests tests-nose/test_testsystems.py - nosetests -vv --processes=-1 --process-timeout=200
env: env:
matrix: matrix:
......
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