Skip to content

Commit 4e742c6

Browse files
committed
abandon testing 1.3.0 in favor of 1.3.3 because of intractable attrs version requirements
1 parent 85725ce commit 4e742c6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ matrix:
101101
- python: 2.7
102102
env:
103103
TEST_VECTOR_HANDLERS=1
104-
TOXENV=py27-awses_1.3.0
104+
TOXENV=py27-awses_1.3.3
105105
- python: 2.7
106106
env:
107107
TEST_VECTOR_HANDLERS=1
@@ -114,7 +114,7 @@ matrix:
114114
- python: 3.4
115115
env:
116116
TEST_VECTOR_HANDLERS=1
117-
TOXENV=py34-awses_1.3.0
117+
TOXENV=py34-awses_1.3.3
118118
- python: 3.4
119119
env:
120120
TEST_VECTOR_HANDLERS=1
@@ -127,7 +127,7 @@ matrix:
127127
- python: 3.5
128128
env:
129129
TEST_VECTOR_HANDLERS=1
130-
TOXENV=py35-awses_1.3.0
130+
TOXENV=py35-awses_1.3.3
131131
- python: 3.5
132132
env:
133133
TEST_VECTOR_HANDLERS=1
@@ -140,7 +140,7 @@ matrix:
140140
- python: 3.6
141141
env:
142142
TEST_VECTOR_HANDLERS=1
143-
TOXENV=py36-awses_1.3.0
143+
TOXENV=py36-awses_1.3.3
144144
- python: 3.6
145145
env:
146146
TEST_VECTOR_HANDLERS=1
@@ -153,7 +153,7 @@ matrix:
153153
- python: 3.7
154154
env:
155155
TEST_VECTOR_HANDLERS=1
156-
TOXENV=py37-awses_1.3.0
156+
TOXENV=py37-awses_1.3.3
157157
dist: xenial
158158
sudo: true
159159
- python: 3.7

test_vector_handlers/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{27,34,35,36,37}-awses_{1.3.0,1.3.max,latest},
3+
py{27,34,35,36,37}-awses_{1.3.3,1.3.max,latest},
44
# 1.2.0 and 1.2.max are being difficult because of attrs
55
bandit, doc8, readme, docs,
66
{flake8,pylint}{,-tests},
@@ -46,8 +46,8 @@ passenv =
4646
sitepackages = False
4747
deps =
4848
-rtest/requirements.txt
49-
awses_1.3.0: aws-encryption-sdk==1.3.0
50-
awses_1.3.max: aws-encryption-sdk >= 1.3.0, < 1.4.0
49+
awses_1.3.3: aws-encryption-sdk==1.3.3
50+
awses_1.3.max: aws-encryption-sdk >= 1.3.3, < 1.4.0
5151
awses_latest: aws-encryption-sdk
5252
commands = {[testenv:base-command]commands}
5353

0 commit comments

Comments
 (0)