We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b68fb8 + 916d4e9 commit c382387Copy full SHA for c382387
.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:
qiniu/__init__.py
@@ -9,7 +9,7 @@
9
10
# flake8: noqa
11
12
-__version__ = '7.0.7'
+__version__ = '7.0.8'
13
14
from .auth import Auth
15
qiniu/host_mgr.py
0 commit comments