Skip to content

Commit

Permalink
Add latest pytests to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Jul 23, 2023
1 parent 4152a6a commit 56f3d61
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
distshare = {homedir}/.tox/distshare
envlist = py{38,39,310,311,312}-pytest{62,70,71,72,latest}-coverage
envlist = py{38,39,310,311,312}-pytest{62,70,71,72,73,74,latest}-coverage
py311-pytestlatest-xdist-coverage
mypy

Expand All @@ -11,6 +11,8 @@ setenv =
xdist: _PYTEST_MORE_ARGS=-n3 -rfsxX
deps =
pytestlatest: pytest
pytest74: pytest~=7.4.0
pytest73: pytest~=7.3.0
pytest72: pytest~=7.2.0
pytest71: pytest~=7.1.0
pytest70: pytest~=7.0.0
Expand All @@ -21,7 +23,4 @@ deps =
commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl}

[testenv:mypy]
deps =
mypy==0.961
types-setuptools
commands = mypy

0 comments on commit 56f3d61

Please sign in to comment.