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 e0e14a3 commit 3517753Copy full SHA for 3517753
.travis.yml
@@ -5,8 +5,10 @@ python:
5
install:
6
- "pip install coverage --use-mirrors"
7
- "pip install pep8 --use-mirrors"
8
+ - "pip install pyflakes"
9
before_script:
10
- "pep8 --max-line-length=160 ."
11
+ - "pyflakes ."
12
- export QINIU_ACCESS_KEY="X0XpjFmLMTJpHB_ESHjeolCtipk-1U3Ok7LVTdoN"
13
- export QINIU_SECRET_KEY="wenlwkU1AYwNBf7Q9cCoG4VT_GYyrHE9AS_R2u81"
14
- export QINIU_TEST_BUCKET="pysdk"
0 commit comments