Skip to content

Commit

Permalink
cached: pip travis packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Pica committed Oct 8, 2015
1 parent 560bffe commit 1083b0b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ sudo: false
matrix:
include:
- python: "2.7"
env: DEPS="numpy=1.9 scipy=0.15 astropy=1.0"
env: DEPS="numpy=1.9 scipy=0.15 astropy=1.0" COVERAGE=true
- python: "3.4"
env: DEPS="numpy=1.9 scipy=0.15 astropy=1.0"
- python: "2.7"
env: DEPS="numpy=1.9 scipy=0.15 astropy=1.0" COVERAGE=true

cache:
directories:
Expand All @@ -27,8 +25,8 @@ install:
- pip install pytest-benchmark
- pip install -e git+git://github.com/guaix-ucm/numina.git#egg=numina
- if [[ $COVERAGE == true ]]; then pip install coveralls; fi
- pip install photutils --download-cache $HOME/.pip-cache
- pip install matplotlib six scikit-image>=0.10 --download-cache $HOME/.pip-cache
- pip install photutils
- pip install matplotlib six scikit-image>=0.10
# Build in place so we can run tests
- python setup.py build_ext --inplace

Expand Down

0 comments on commit 1083b0b

Please sign in to comment.