Commit 39311734 by John Chodera (MSKCC)

Fixed path for OpenMM conda package.

parent 79d49908
...@@ -6,8 +6,8 @@ install: ...@@ -6,8 +6,8 @@ install:
- sudo apt-get install -qq python-dev python-pip python-yaml g++ - sudo apt-get install -qq python-dev python-pip python-yaml g++
- sudo pip install conda - sudo pip install conda
- sudo conda init - sudo conda init
- conda config --add channels http://conda.binstar.org/rmcgibbo - conda config --add channels http://conda.binstar.org/omnia
- conda create --yes --name test numpy scipy biopython pyflakes openmm - conda create --yes --name test numpy biopython pyflakes openmm
script: script:
- python setup.py install - python setup.py install
......
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