Skip to content

Commit

Permalink
Add urllib3-2 environments to tox configuration
Browse files Browse the repository at this point in the history
Left them on their own line for stylistic reasons, just because putting
all of the py38-py312 permutations on one line was *very* long.
  • Loading branch information
dgw committed Dec 8, 2023
1 parent 91a0e92 commit ea2ba18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
cov-clean,
lint,
{py38,py39,py310,py311,py312}-{requests-urllib3-1,httplib2,urllib3-1,tornado4,boto3,aiohttp,httpx},
{py310,py311,py312}-{requests-urllib3-2,urllib3-2},
{py38,py39,py310,py311,py312}-{requests-urllib3-2,urllib3-2},
{pypy3}-{requests-urllib3-1,httplib2,urllib3-1,tornado4,boto3},
#{py310}-httpx019,
cov-report
Expand Down

0 comments on commit ea2ba18

Please sign in to comment.