Commit a92b70e5 by John Chodera (MSKCC)

Another attempt at travis-ci fix.

parent 1fac2e24
language: python
python:
- "2.7"
language: c
install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-dev python-pip python-yaml python-setuptools g++
......@@ -8,6 +6,7 @@ install:
- sudo conda init
- conda config --add channels http://conda.binstar.org/omnia
- conda create --yes --name test numpy biopython pyflakes openmm
- source activate test
- export PATH="$HOME/envs/test/bin/:$PATH"
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