Some fixes for dynamodb and python 3.
This commit is contained in:
parent
83481b589b
commit
31b01d27cf
3 changed files with 6 additions and 4 deletions
|
|
@ -5,13 +5,12 @@ python:
|
|||
env:
|
||||
matrix:
|
||||
- BOTO_VERSION=2.34.0
|
||||
- BOTO_VERSION=2.32.1
|
||||
- BOTO_VERSION=2.25.0
|
||||
- BOTO_VERSION=2.7
|
||||
matrix:
|
||||
include:
|
||||
- python: "3.3"
|
||||
env: BOTO_VERSION=2.32.1
|
||||
env: BOTO_VERSION=2.32.4
|
||||
install:
|
||||
- pip install boto==$BOTO_VERSION
|
||||
- pip install .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue