Skip to content

Commit

Permalink
#128: remove usage for pip --use-mirrors in travis ci build
Browse files Browse the repository at this point in the history
The pip --use-mirrors has been removed and it broke the Travis CI build.
  • Loading branch information
Tarvo Himanen committed Sep 22, 2016
1 parent fe58b9c commit 62ab8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- "2.7"

install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install -r requirements.txt"

script:
- pybot -P src tests

0 comments on commit 62ab8dc

Please sign in to comment.