"wrappers/vscode:/vscode.git/clone" did not exist on "918af98341418b699dd868cf404d676ed962bd42"
Commit d837230c authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Minor cleanup.

parent 6f290210
...@@ -42,13 +42,9 @@ export OPENMM_LIB_PATH=$PREFIX/lib ...@@ -42,13 +42,9 @@ export OPENMM_LIB_PATH=$PREFIX/lib
cd python cd python
$PYTHON setup.py install $PYTHON setup.py install
# Run Python tests.
#export OPENMM_PLUGIN_DIR=$OPENMM_LIB_PATH/plugins
#nosetests -vv --processes=-1 --process-timeout=200
# Remove one random file # Remove one random file
#rm $PREFIX/bin/TestReferenceHarmonicBondForce #rm $PREFIX/bin/TestReferenceHarmonicBondForce
# Copy all tests to bin directory so they will be distributed with install package. # Copy all tests to bin directory so they will be distributed with install package.
#cp Test* $PREFIX/bin cp Test* $PREFIX/bin
...@@ -7,8 +7,6 @@ requirements: ...@@ -7,8 +7,6 @@ requirements:
- cmake - cmake
- python - python
- fftw3f - fftw3f
#- nose
#- 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