Skip to content

Commit 6bbd6da

Browse files
committed
Merge pull request #100 from longbai/pep8
Pep8
2 parents 1d41b57 + fc7f70a commit 6bbd6da

26 files changed

+1525
-1427
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ python:
44
- "2.7"
55
install:
66
- "pip install coverage --use-mirrors"
7+
- "pip install pep8 --use-mirrors"
78
before_script:
9+
- "pep8 --max-line-length=160 ."
810
- export QINIU_ACCESS_KEY="X0XpjFmLMTJpHB_ESHjeolCtipk-1U3Ok7LVTdoN"
911
- export QINIU_SECRET_KEY="wenlwkU1AYwNBf7Q9cCoG4VT_GYyrHE9AS_R2u81"
1012
- export QINIU_TEST_BUCKET="pysdk"

0 commit comments

Comments
 (0)