Skip to content

Commit bc4b956

Browse files
authored
Run AWS SDK tests on Python 3.7 (#5414)
* Run AWS SDK tests on Python 3.8 * switch to 37 * Update aws-encryption-sdk.sh * Update dynamodb-encryption-sdk.sh
1 parent b2c5ac8 commit bc4b956

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ matrix:
122122
# https://github.com/paramiko/paramiko/pull/1723 is merged
123123
# - python: 2.7
124124
# env: DOWNSTREAM=paramiko
125-
- python: 2.7
125+
- python: 3.7
126126
env: DOWNSTREAM=aws-encryption-sdk
127-
- python: 2.7
127+
- python: 3.7
128128
# BOTO_CONFIG works around this boto issue on travis:
129129
# https://github.com/boto/boto/issues/3717
130130
env: DOWNSTREAM=dynamodb-encryption-sdk BOTO_CONFIG=/dev/null

.travis/downstream.d/aws-encryption-sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ case "${1}" in
66
cd aws-encryption-sdk-python
77
git rev-parse HEAD
88
pip install -e .
9-
pip install -r test/upstream-requirements-py27.txt
9+
pip install -r test/upstream-requirements-py37.txt
1010
;;
1111
run)
1212
cd aws-encryption-sdk-python

.travis/downstream.d/dynamodb-encryption-sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ case "${1}" in
66
cd aws-dynamodb-encryption-python
77
git rev-parse HEAD
88
pip install -e .
9-
pip install -r test/upstream-requirements-py27.txt
9+
pip install -r test/upstream-requirements-py37.txt
1010
;;
1111
run)
1212
cd aws-dynamodb-encryption-python

0 commit comments

Comments
 (0)