Skip to content

Commit

Permalink
removed ref to old file name from travis install command
Browse files Browse the repository at this point in the history
removed deprecated --use-mirrors option from travis install command
  • Loading branch information
yaph committed May 22, 2014
1 parent 989c293 commit 16774b5
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 @@ -5,8 +5,8 @@ python:
- "pypy"
# command to install dependencies
install:
- pip install . --use-mirrors
- pip install -r test_requirements.txt --use-mirrors
- pip install .
- pip install -r dev_requirements.txt
# command to run tests
script: nosetests
# only notify when status changes from success to failure
Expand Down

0 comments on commit 16774b5

Please sign in to comment.