From 8468654d86089f7c4403de51f8b10f59df02ba39 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 1 Feb 2017 10:32:10 -0500 Subject: [PATCH] tox.ini: add py35 and py36 envs --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 13bca3c..0e59285 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34 +envlist = py27,py34,py35,py36 [testenv] commands = python -m unittest discover