summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c34ab02..810badd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = flake8, py36, py37, py38, py39, py310
+envlist = flake8, py{37, 38, 39, 310, 311}
[testenv]
commands = {envpython} -m pytest --cov smmap --cov-report xml {posargs}