Skip to content

Commit

Permalink
Run AWS SDK tests on Python 3.7 (#5414)
Browse files Browse the repository at this point in the history
* Run AWS SDK tests on Python 3.8

* switch to 37

* Update aws-encryption-sdk.sh

* Update dynamodb-encryption-sdk.sh
  • Loading branch information
alex committed Aug 17, 2020
1 parent b2c5ac8 commit bc4b956
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ matrix:
# https://github.com/paramiko/paramiko/pull/1723 is merged
# - python: 2.7
# env: DOWNSTREAM=paramiko
- python: 2.7
- python: 3.7
env: DOWNSTREAM=aws-encryption-sdk
- python: 2.7
- python: 3.7
# BOTO_CONFIG works around this boto issue on travis:
# https://github.com/boto/boto/issues/3717
env: DOWNSTREAM=dynamodb-encryption-sdk BOTO_CONFIG=/dev/null
Expand Down
2 changes: 1 addition & 1 deletion .travis/downstream.d/aws-encryption-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ case "${1}" in
cd aws-encryption-sdk-python
git rev-parse HEAD
pip install -e .
pip install -r test/upstream-requirements-py27.txt
pip install -r test/upstream-requirements-py37.txt
;;
run)
cd aws-encryption-sdk-python
Expand Down
2 changes: 1 addition & 1 deletion .travis/downstream.d/dynamodb-encryption-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ case "${1}" in
cd aws-dynamodb-encryption-python
git rev-parse HEAD
pip install -e .
pip install -r test/upstream-requirements-py27.txt
pip install -r test/upstream-requirements-py37.txt
;;
run)
cd aws-dynamodb-encryption-python
Expand Down

0 comments on commit bc4b956

Please sign in to comment.