Commit d67c3843 by John Chodera (MSKCC)

Sigh.

parent b248e7de
...@@ -5,7 +5,7 @@ install: ...@@ -5,7 +5,7 @@ install:
- sudo pip install conda - sudo pip install conda
- sudo conda init - sudo conda init
- conda config --add channels http://conda.binstar.org/omnia - conda config --add channels http://conda.binstar.org/omnia
- conda create --yes --name nose setuptools numpy test biopython pyflakes openmm - conda create --yes --name test nose setuptools numpy biopython pyflakes openmm
- export PATH="$HOME/envs/test/bin/:$PATH" - export PATH="$HOME/envs/test/bin/:$PATH"
script: script:
......
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