Support Python 3 using six
This commit is contained in:
parent
d653a3a3f7
commit
eedb4c4b73
67 changed files with 455 additions and 255 deletions
|
|
@ -10,6 +10,10 @@ env:
|
|||
- BOTO_VERSION=2.19.0
|
||||
- BOTO_VERSION=2.12.0
|
||||
- BOTO_VERSION=2.7
|
||||
matrix:
|
||||
include:
|
||||
- python: "3.3"
|
||||
env: BOTO_VERSION=2.32.1
|
||||
install:
|
||||
- pip install boto==$BOTO_VERSION
|
||||
- pip install .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue