Skip to content

Commit

Permalink
maint: update tox
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 29, 2023
1 parent 2ace99e commit c3a38b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# then run `tox` or `tox -- {pytest args}`
# run in parallel using `tox -p`
[tox]
envlist = py38
envlist = py310

[testenv]
usedevelop = true

[testenv:py{36,37,38,39}]
[testenv:py{39,310,311,312}]
extras =
testing
commands = pytest {posargs}
Expand Down

0 comments on commit c3a38b7

Please sign in to comment.