summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-14 18:33:44 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-14 18:33:44 +0200
commit619678043cdd6f1a4e25dce813a5e68195b4f463 (patch)
tree8dac98c3fabad1ba2b090e2545b9b3a35bde96dd /tox.ini
parentd6242ffabd9377cb6988a4edf9edfaa330bab6ed (diff)
downloadgemato-619678043cdd6f1a4e25dce813a5e68195b4f463.tar.gz
tox: Enable testing on py38
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 e07c0c9..4251a6d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = begin,py27,py34,py35,py36,py37,pypy,pypy3,incompatible-lzma,end
+envlist = begin,py27,py34,py35,py36,py37,py38,pypy,pypy3,incompatible-lzma,end
# we operate on sources anyway
skipsdist = True