We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dfe0f commit 4dbaa75Copy full SHA for 4dbaa75
.travis.yml
@@ -8,11 +8,11 @@ python:
8
- "3.4"
9
- "3.5"
10
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"
+ - "pip install flake8"
+ - "pip install pytest"
+ - "pip install pytest-cov"
+ - "pip install requests"
+ - "pip install scrutinizer-ocular"
16
before_script:
17
- export QINIU_ACCESS_KEY="QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm"
18
- export QINIU_SECRET_KEY="Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz"
0 commit comments