Skip to content

Commit

Permalink
tox.ini: remove optimization for tox <4
Browse files Browse the repository at this point in the history
  • Loading branch information
volans- committed Nov 23, 2023
1 parent 3fd0611 commit b638367
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ description =
py39: (Python 3.9)
py310: (Python 3.10)
py311: (Python 3.11)
envdir =
prospector: {toxworkdir}/{envname}
py39-!prospector: {toxworkdir}/py39-tests
py310-!prospector: {toxworkdir}/py310-tests
py311-!prospector: {toxworkdir}/py311-tests
commands =
unit: py.test --strict-markers --cov-report=term-missing --cov=gjson tests/unit {posargs}
mypy: mypy --show-error-codes gjson/
Expand Down

0 comments on commit b638367

Please sign in to comment.