From 689ab6fb040e218ca16e4c0aa4944e608649df04 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 23 Jan 2021 22:02:43 -0600 Subject: Add Python 3.7, 3.8, and 3.9 to tox configuration --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.1