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:
- source activate $python
- conda install $HOME/miniconda/conda-bld/linux-64/openmm-dev-*
- conda list -e
- # Run additional tests to make sure everything installed OK.
#- # 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)
- # Run the Python tests.
- pushd .
- cd wrappers/python/tests
- nosetests -vv --processes=-1 --process-timeout=200
......
......@@ -43,8 +43,8 @@ cd python
$PYTHON setup.py install
# Run Python tests.
export OPENMM_PLUGIN_DIR=$OPENMM_LIB_PATH/plugins
nosetests -vv --processes=-1 --process-timeout=200
#export OPENMM_PLUGIN_DIR=$OPENMM_LIB_PATH/plugins
#nosetests -vv --processes=-1 --process-timeout=200
# Remove one random file
#rm $PREFIX/bin/TestReferenceHarmonicBondForce
......
......@@ -7,9 +7,8 @@ requirements:
- cmake
- python
- fftw3f
# required for testing python install:
- nose
- numpy
#- nose
#- numpy
run:
- 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