From 8aa84acc56ade056f35ce2445df9e3dc9ef8b721 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Wed, 23 Dec 2015 09:46:49 -0500 Subject: Add py35 to the tox envlist --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1618c90..a296576 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,flake8 +envlist = py27,py35,flake8 [testenv] deps = pytest -- cgit v1.2.3