From 46be7097683420351f03de7db6c5427bbe3b5b17 Mon Sep 17 00:00:00 2001 From: Raphael Gaschignard Date: Wed, 19 Apr 2017 03:43:53 +0900 Subject: [PATCH] Test Python 3.6 as well (#180) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f29130d..a1cd86a 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = flake8, py26, py27, py33, py34, py35, pypy +envlist = flake8, py26, py27, py33, py34, py35, py36, pypy [testenv] passenv = *