File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : python
3
3
python :
4
- - ' 2.6'
4
+ - ' 2.6.9 '
5
5
- ' 2.7'
6
6
- ' 3.4'
7
7
- ' 3.5'
@@ -19,7 +19,7 @@ before_script:
19
19
- export QINIU_TEST_ENV="travis"
20
20
- export PYTHONPATH="$PYTHONPATH:."
21
21
script :
22
- - flake8 --show-source --max-line-length=160 .
22
+ - if [[ "$TRAVIS_PYTHON_VERSION" != "2.6.9" ]]; then flake8 --show-source --max-line-length=160 .; fi
23
23
- py.test --cov qiniu
24
24
- ocular --data-file .coverage
25
25
deploy :
Original file line number Diff line number Diff line change 1
1
#Changelog
2
2
3
+ ## 7.0.10 (2016-11-29)
4
+ ### 修正
5
+ * 去掉homedir
6
+
3
7
## 7.0.9 (2016-10-09)
4
8
### 增加
5
9
* 多机房接口调用支持
6
10
7
-
8
11
## 7.0.8 (2016-07-05)
9
12
### 修正
10
13
* 修复表单上传大于20M文件的400错误
Original file line number Diff line number Diff line change 9
9
10
10
# flake8: noqa
11
11
12
- __version__ = '7.0.9 '
12
+ __version__ = '7.0.10 '
13
13
14
14
from .auth import Auth
15
15
You can’t perform that action at this time.
0 commit comments