summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-02 16:47:41 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-02 16:48:14 +0200
commit9ff2b7e566716edb40bc6b9d34fde9174d60c141 (patch)
treecccd37d110342d17626c407ab14dcafa6dc99ff1 /tox.ini
parentbcee9804a50480d1575d09a460884a8549468232 (diff)
downloadgemato-9ff2b7e566716edb40bc6b9d34fde9174d60c141.tar.gz
tox: Enable testing py37 by default
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 0a15b18..f268eac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = begin,py27,py34,py35,py36,pypy,pypy3,incompatible-lzma,nodeps,end
+envlist = begin,py27,py34,py35,py36,py37,pypy,pypy3,incompatible-lzma,nodeps,end
# we operate on sources anyway
skipsdist = True