Skip to content

Commit

Permalink
Wait for py35 in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 19, 2022
1 parent 1a6c23f commit 51e823d
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 @@ -62,7 +62,7 @@ commands = coverage run -m pytest {posargs}

[testenv:coverage-report]
basepython = python3.10
depends = py37,py310
depends = py35,py37,py310
skip_install = true
deps = coverage[toml]>=5.4
commands =
Expand Down

0 comments on commit 51e823d

Please sign in to comment.