File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ matrix:
122
122
# https://github.com/paramiko/paramiko/pull/1723 is merged
123
123
# - python: 2.7
124
124
# env: DOWNSTREAM=paramiko
125
- - python : 2 .7
125
+ - python : 3 .7
126
126
env : DOWNSTREAM=aws-encryption-sdk
127
- - python : 2 .7
127
+ - python : 3 .7
128
128
# BOTO_CONFIG works around this boto issue on travis:
129
129
# https://github.com/boto/boto/issues/3717
130
130
env : DOWNSTREAM=dynamodb-encryption-sdk BOTO_CONFIG=/dev/null
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ case "${1}" in
6
6
cd aws-encryption-sdk-python
7
7
git rev-parse HEAD
8
8
pip install -e .
9
- pip install -r test/upstream-requirements-py27 .txt
9
+ pip install -r test/upstream-requirements-py37 .txt
10
10
;;
11
11
run)
12
12
cd aws-encryption-sdk-python
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ case "${1}" in
6
6
cd aws-dynamodb-encryption-python
7
7
git rev-parse HEAD
8
8
pip install -e .
9
- pip install -r test/upstream-requirements-py27 .txt
9
+ pip install -r test/upstream-requirements-py37 .txt
10
10
;;
11
11
run)
12
12
cd aws-dynamodb-encryption-python
You can’t perform that action at this time.
0 commit comments