From b2177aaaad972dc332e0e1fc426be4e43648263e Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Fri, 22 Jan 2016 10:35:59 -0500 Subject: [PATCH] Update tox.ini Test and build against Python 3.5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0e254846..2c3cd128 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py33, py34 +envlist = py26, py27, py33, py34, py35 [testenv] changedir = tests