Skip to content

Commit

Permalink
Remove --use-mirrors option to fix the build error of (#139)
Browse files Browse the repository at this point in the history
travis-ci with Python 2.7.12 .
  • Loading branch information
BruceDai authored Sep 18, 2016
1 parent 55b990c commit e1865e6
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 @@ -3,7 +3,7 @@ sudo: required
python:
- '2.7'
install:
- pip install -q -e . --use-mirrors
- pip install -q -e .
- sudo ./install_dependency.sh
- sudo rm -rf testkitmerge testkit-merge
script:
Expand Down

0 comments on commit e1865e6

Please sign in to comment.