Skip to content

Commit ea2ba18

Browse files
committed
Add urllib3-2 environments to tox configuration
Left them on their own line for stylistic reasons, just because putting all of the py38-py312 permutations on one line was *very* long.
1 parent 91a0e92 commit ea2ba18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
cov-clean,
55
lint,
66
{py38,py39,py310,py311,py312}-{requests-urllib3-1,httplib2,urllib3-1,tornado4,boto3,aiohttp,httpx},
7-
{py310,py311,py312}-{requests-urllib3-2,urllib3-2},
7+
{py38,py39,py310,py311,py312}-{requests-urllib3-2,urllib3-2},
88
{pypy3}-{requests-urllib3-1,httplib2,urllib3-1,tornado4,boto3},
99
#{py310}-httpx019,
1010
cov-report

0 commit comments

Comments
 (0)