Skip to content

Commit

Permalink
tox: test with python 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Jul 27, 2022
1 parent f010010 commit aa1c5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lint: tox
.PHONY: tests
tests: tox
# see tox.ini for environment variable settings
$(PYTHON) -m tox -e pylint,coverage,py36,py38,py39,py310
$(PYTHON) -m tox -e pylint,coverage,py36,py38,py39,py310,py311

.PHONY: unittest
unittest:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
envlist = pylint,coverage,py36,py38,py39,py310
envlist = pylint,coverage,py36,py38,py39,py310,py311
ignore_basepython_conflict = true

[testenv]
Expand Down

0 comments on commit aa1c5fe

Please sign in to comment.