From 8e75ee9a09d154179af3caa17f59e738c623bf20 Mon Sep 17 00:00:00 2001 From: Miro Hron?ok Date: Fri, 8 Jun 2018 18:51:33 +0200 Subject: Run tox with Python 3.6 and 3.7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d1c8978..5e34c30 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py34, py35, pypy +envlist = py26, py27, py34, py35, py36, py37, pypy [testenv] deps = -- cgit v1.2.1