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 fca51f4 commit 916d4e9Copy full SHA for 916d4e9
.travis.yml
@@ -19,7 +19,7 @@ before_script:
19
- export QINIU_TEST_ENV="travis"
20
- export PYTHONPATH="$PYTHONPATH:."
21
script:
22
-- flake8 --show-source --show-pep8 --max-line-length=160 .
+- flake8 --show-source --max-line-length=160 .
23
- py.test --cov qiniu
24
- ocular --data-file .coverage
25
deploy:
0 commit comments