Skip to content

Commit fc7f70a

Browse files
committed
pep8 check in travis
1 parent 6c8d67a commit fc7f70a

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
@@ -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)