Commit 39311734 by John Chodera (MSKCC)

Fixed path for OpenMM conda package.

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