summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2021-01-23 22:02:43 -0600
committerHarmon <Harmon758@gmail.com>2021-01-23 22:02:43 -0600
commit689ab6fb040e218ca16e4c0aa4944e608649df04 (patch)
treec74e2cdbd5e3f70f94fb648f1f0a56f6ef9f80ef
parentc64ac58cf768d5416fcc3e306fa72843089313a2 (diff)
downloadsmmap-689ab6fb040e218ca16e4c0aa4944e608649df04.tar.gz
Add Python 3.7, 3.8, and 3.9 to tox configuration
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8a5ce02..9e8dd22 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = flake8, py34, py35, py36
+envlist = flake8, py34, py35, py36, py37, py38, py39
[testenv]
commands = nosetests {posargs:--with-coverage --cover-package=smmap}