From 0b3590ce20dff6e66004296d01af06eac4993d0e Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 8 May 2017 19:55:35 +0200 Subject: [PATCH] Python 3.6 was not tested in the default configuration of tox. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 97b77a14..a2847586 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py33, py34, py35 +envlist = py26, py27, py33, py34, py35, py36 [testenv] deps = pytest>=2.3.5