Skip to content

Commit c95bda7

Browse files
committed
chore: Un-break Travis build by testing Chalice pinned
1 parent b953a66 commit c95bda7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ envlist =
7676

7777
{py3.5,py3.6,py3.7,py3.8,py3.9}-pure_eval
7878

79-
{py3.6,py3.7,py3.8}-chalice
79+
{py3.6,py3.7,py3.8}-chalice-{1.16,1.17,1.18,1.19}
8080

8181
[testenv]
8282
deps =
@@ -198,7 +198,10 @@ deps =
198198
py3.8: hypothesis
199199

200200
pure_eval: pure_eval
201-
chalice: chalice>=1.16.0
201+
chalice-1.16: chalice>=1.16.0,<1.17.0
202+
chalice-1.17: chalice>=1.17.0,<1.18.0
203+
chalice-1.18: chalice>=1.18.0,<1.19.0
204+
chalice-1.19: chalice>=1.19.0,<1.20.0
202205
chalice: pytest-chalice==0.0.5
203206

204207
setenv =

0 commit comments

Comments
 (0)