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

Moved Python tests to be run after conda build/install.

parent d094b356
...@@ -14,10 +14,7 @@ script: ...@@ -14,10 +14,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
- # Run additional tests to make sure everything installed OK. - # Run the Python tests.
#- # run C tests (this doesn't work yet)
#- ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+"
- # Run the Python tests (a second time)
- pushd . - pushd .
- cd wrappers/python/tests - cd wrappers/python/tests
- nosetests -vv --processes=-1 --process-timeout=200 - nosetests -vv --processes=-1 --process-timeout=200
......
...@@ -43,8 +43,8 @@ cd python ...@@ -43,8 +43,8 @@ cd python
$PYTHON setup.py install $PYTHON setup.py install
# Run Python tests. # Run Python tests.
export OPENMM_PLUGIN_DIR=$OPENMM_LIB_PATH/plugins #export OPENMM_PLUGIN_DIR=$OPENMM_LIB_PATH/plugins
nosetests -vv --processes=-1 --process-timeout=200 #nosetests -vv --processes=-1 --process-timeout=200
# Remove one random file # Remove one random file
#rm $PREFIX/bin/TestReferenceHarmonicBondForce #rm $PREFIX/bin/TestReferenceHarmonicBondForce
......
...@@ -7,9 +7,8 @@ requirements: ...@@ -7,9 +7,8 @@ requirements:
- cmake - cmake
- python - python
- fftw3f - fftw3f
# required for testing python install: #- nose
- nose #- numpy
- numpy
run: run:
- python - python
......
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