Commit d9e0c71c by John Chodera (MSKCC)

Fixed PATH after conda install.

parent 39311734
...@@ -8,6 +8,7 @@ install: ...@@ -8,6 +8,7 @@ install:
- 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 test numpy biopython pyflakes openmm - conda create --yes --name test numpy biopython pyflakes openmm
- export PATH="$HOME/envs/test/bin/:$PATH"
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