From 1f897e87d911dc5b1240da26d66d53ef84197df9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 25 Dec 2016 22:03:04 +1100 Subject: [PATCH] Added py36 to tox envlist --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4d63febd0..a4a21e697 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py33, py34, py35 +envlist = py27, py33, py34, py35, py36 [testenv] commands =