Skip to content

Commit

Permalink
modification in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ivana7c committed Apr 22, 2015
1 parent d9e32b6 commit 0048401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ matrix:
- python: 3.2
env:
- NUMPYSPEC===1.8.0
- SPHINXSPEC===1.2
- python: 3.3
env:
- NUMPYSPEC===1.8.0
Expand All @@ -19,7 +20,7 @@ before_install:
- sudo apt-get install -qq --force-yes libboost-all-dev libblitz1-dev libhdf5-serial-dev libatlas-dev libatlas-base-dev liblapack-dev libsvm-dev texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
- if [ -n "${NUMPYSPEC}" ]; then sudo apt-get install -qq gfortran; fi
- if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC; fi
- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel matplotlib==1.3.1 sphinx nose==1.3.0 jinja2==2.6 coveralls pygments==1.6
- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel matplotlib==1.3.1 sphinx$SPHINXSPEC nose==1.3.0 jinja2==2.6 coveralls pygments==1.6
install:
- python bootstrap-buildout.py
- ./bin/buildout
Expand Down

0 comments on commit 0048401

Please sign in to comment.