Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Dec 9, 2014
1 parent 9c3fc56 commit 4212861
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ python:

env:
- DEPS="numpy scipy scikit-learn"
- DEPS="numpy-1.6.0 scipy scikit-learn"
- DEPS="numpy-1.7.0 scipy scikit-learn"
- DEPS="numpy-1.8.0 scipy scikit-learn"
- DEPS="numpy-1.9.0 scipy scikit-learn"
- DEPS="numpy=1.6.0 scipy scikit-learn"
- DEPS="numpy=1.7.0 scipy scikit-learn"
- DEPS="numpy=1.8.0 scipy scikit-learn"
- DEPS="numpy=1.9.0 scipy scikit-learn"

install:
- sudo apt-get update
Expand Down

0 comments on commit 4212861

Please sign in to comment.