Skip to content

Commit 13c73a9

Browse files
committed
Merge pull request #179 from longbai/py3.5
python 3.5 ci
2 parents a06d0e2 + 77de4fd commit 13c73a9

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ python:
66
- "2.6"
77
- "2.7"
88
- "3.4"
9+
- "3.5"
910
install:
10-
- "pip install flake8 --use-mirrors"
11-
- "pip install pytest --use-mirrors"
12-
- "pip install pytest-cov --use-mirrors"
13-
- "pip install requests --use-mirrors"
14-
- "pip install scrutinizer-ocular --use-mirrors"
11+
- "pip install flake8"
12+
- "pip install pytest"
13+
- "pip install pytest-cov"
14+
- "pip install requests"
15+
- "pip install scrutinizer-ocular"
1516
before_script:
1617
- export QINIU_ACCESS_KEY="QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm"
1718
- export QINIU_SECRET_KEY="Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ pip install qiniu
1919

2020
| Qiniu SDK版本 | Python 版本 |
2121
|:--------------------:|:---------------------------:|
22-
| 7.x | 2.6, 2.7, 3.3, 3.4 |
22+
| 7.x | 2.6, 2.7, 3.3, 3.4, 3.5|
2323
| 6.x | 2.6, 2.7 |
2424

2525
## 使用方法

0 commit comments

Comments
 (0)