Skip to content

Commit

Permalink
travis.yml: remove deprecated --use-mirros pip option
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoffman committed Jul 11, 2014
1 parent f27c054 commit b3cdc61
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 @@ -15,8 +15,8 @@ matrix:
- python: "pypy"
env: BUILDENV=latest
install:
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
- pip install --use-mirrors .
- pip install -r .travis/requirements-$BUILDENV.txt
- pip install .
script:
- trial scrapyd
notifications:
Expand Down

0 comments on commit b3cdc61

Please sign in to comment.