Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 10, 2023
2 parents dacd5a7 + cddfdfd commit bf2abb8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ deps =
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/related
commands =
pytest --basetemp={envtmpdir}
py312: {envpython} -m pytest --long-running --html=docs/reports/{envname}-report.html {posargs}
py311: {envpython} -m pytest --long-running --html=docs/reports/{envname}-report.html {posargs}
py310: {envpython} -m pytest --long-running --html=docs/reports/{envname}-report.html {posargs}
py39: {envpython} -m pytest --long-running --html=docs/reports/{envname}-report.html {posargs}
py38: {envpython} -m pytest --long-running --html=docs/reports/{envname}-report.html {posargs}
pypy310: {envpython} -m pytest --long-running --html=docs/reports/{envname}-report.html {posargs}

[testenv:style]
deps = pre-commit
Expand Down

0 comments on commit bf2abb8

Please sign in to comment.