Skip to content

Commit e1865e6

Browse files
authored
Remove --use-mirrors option to fix the build error of (#139)
travis-ci with Python 2.7.12 .
1 parent 55b990c commit e1865e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: required
33
python:
44
- '2.7'
55
install:
6-
- pip install -q -e . --use-mirrors
6+
- pip install -q -e .
77
- sudo ./install_dependency.sh
88
- sudo rm -rf testkitmerge testkit-merge
99
script:

0 commit comments

Comments
 (0)