summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2021-09-09 09:15:37 +0100
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2021-09-09 09:15:37 +0100
commit8a3345841a97fdd7fe0a28dd46820f2318195a56 (patch)
tree507a0b08d83cc991646abfe981e20b0adca5b340
parent27195233c38c4d034ad616a6704f54c446c45fff (diff)
downloadlogutils-git-8a3345841a97fdd7fe0a28dd46820f2318195a56.tar.gz
Merge update.
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e78f4d4..e9b6c29 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,7 @@
[tox]
#envlist = py26, py27, py32, py33, py34, pypy
-envlist = py27, py34, py35, py36, py37, pypy
+envlist = py27, py34, py35, py36, py37, py38, py39, pypy
[testenv]
commands = python setup.py test
+