Skip to content

Commit 4dbaa75

Browse files
committed
remove pip deprecated use mirror
1 parent 51dfe0f commit 4dbaa75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ python:
88
- "3.4"
99
- "3.5"
1010
install:
11-
- "pip install flake8 --use-mirrors"
12-
- "pip install pytest --use-mirrors"
13-
- "pip install pytest-cov --use-mirrors"
14-
- "pip install requests --use-mirrors"
15-
- "pip install scrutinizer-ocular --use-mirrors"
11+
- "pip install flake8"
12+
- "pip install pytest"
13+
- "pip install pytest-cov"
14+
- "pip install requests"
15+
- "pip install scrutinizer-ocular"
1616
before_script:
1717
- export QINIU_ACCESS_KEY="QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm"
1818
- export QINIU_SECRET_KEY="Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz"

0 commit comments

Comments
 (0)