Skip to content

Commit 3517753

Browse files
committed
pyflakes
1 parent e0e14a3 commit 3517753

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ python:
55
install:
66
- "pip install coverage --use-mirrors"
77
- "pip install pep8 --use-mirrors"
8+
- "pip install pyflakes"
89
before_script:
910
- "pep8 --max-line-length=160 ."
11+
- "pyflakes ."
1012
- export QINIU_ACCESS_KEY="X0XpjFmLMTJpHB_ESHjeolCtipk-1U3Ok7LVTdoN"
1113
- export QINIU_SECRET_KEY="wenlwkU1AYwNBf7Q9cCoG4VT_GYyrHE9AS_R2u81"
1214
- export QINIU_TEST_BUCKET="pysdk"

0 commit comments

Comments
 (0)