Skip to content

Commit

Permalink
travis fetches depenencies from github
Browse files Browse the repository at this point in the history
  • Loading branch information
aebrahim committed Feb 11, 2015
1 parent b46182a commit 97f1e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ python:
- "3.4"
# command to install dependencies
before_install:
- export PIP_OPTS="-f https://pypi.drosophi.la --no-index"
- export PIP_OPTS="-f https://opencobra.github.io/pypi_cobrapy_travis --no-index"
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install glpk $PIP_OPTS; fi
- pip install python-libsbml-experimental cython numpy scipy $PIP_OPTS
- wget http://drosophi.la/travis_test_dependencies.zip # esolver, and glpk
- wget https://opencobra.github.io/pypi_cobrapy_travis/travis_test_dependencies.zip # esolver, and glpk
- unzip travis_test_dependencies.zip
- export PATH=$PATH:$PWD
install:
Expand Down

0 comments on commit 97f1e9c

Please sign in to comment.