Skip to content

Commit

Permalink
TST --use-mirrors is deprecated. Remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Feb 8, 2015
1 parent a9ec7b8 commit 1b9d463
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 @@ -11,10 +11,10 @@ before_install:

- sudo apt-get install -qq python-scipy python-imaging python-matplotlib

- pip install --use-mirrors --quiet numpy
- pip install --use-mirrors scipy
- pip install --use-mirrors --quiet coveralls
- pip install --use-mirrors imread
- pip install --quiet numpy
- pip install scipy
- pip install --quiet coveralls
- pip install imread
install:
- make debug
script:
Expand Down

0 comments on commit 1b9d463

Please sign in to comment.