"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "d006ac4595f2869d7145a7e9dd992d17b98ed62a"
Commit 16e69ca9 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Restore directory after Python tests.

parent b1dc8fda
...@@ -13,8 +13,10 @@ script: ...@@ -13,8 +13,10 @@ script:
- 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
- # run the python tests too - # run the python tests too
- pushd .
- cd wrappers/python/tests - cd wrappers/python/tests
- nosetests -vv --processes=-1 --process-timeout=200 - nosetests -vv --processes=-1 --process-timeout=200
- popd
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