Skip to content

Commit

Permalink
Add python 3.11 env to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Nov 23, 2022
1 parent 0e89343 commit cd82644
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 @@ -3,7 +3,7 @@ envlist =
{py37,py38,py39},
flake8

[testenv:{py37, py38, py39, py310}]
[testenv:{py37, py38, py39, py310, py311}]
usedevelop=True
deps = -rrequirements/tests.txt
commands = pytest -vv {posargs} --cov=inori --cov-append tests
Expand Down

0 comments on commit cd82644

Please sign in to comment.