Skip to content

Commit 916d4e9

Browse files
committed
trip pep8 option for flake8
1 parent fca51f4 commit 916d4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_script:
1919
- export QINIU_TEST_ENV="travis"
2020
- export PYTHONPATH="$PYTHONPATH:."
2121
script:
22-
- flake8 --show-source --show-pep8 --max-line-length=160 .
22+
- flake8 --show-source --max-line-length=160 .
2323
- py.test --cov qiniu
2424
- ocular --data-file .coverage
2525
deploy:

0 commit comments

Comments
 (0)