Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
install:
- "pip install flake8 --use-mirrors"
- "pip install pytest --use-mirrors"
- "pip install pytest-cov --use-mirrors"
- "pip install requests --use-mirrors"
- "pip install scrutinizer-ocular --use-mirrors"
- "pip install flake8"
- "pip install pytest"
- "pip install pytest-cov"
- "pip install requests"
- "pip install scrutinizer-ocular"
before_script:
- export QINIU_ACCESS_KEY="QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm"
- export QINIU_SECRET_KEY="Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ pip install qiniu

| Qiniu SDK版本 | Python 版本 |
|:--------------------:|:---------------------------:|
| 7.x | 2.6, 2.7, 3.3, 3.4 |
| 7.x | 2.6, 2.7, 3.3, 3.4, 3.5|
| 6.x | 2.6, 2.7 |

## 使用方法
Expand Down