From f7943db2f32e3cace9cadc5cf05402d425b76d33 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 22 Nov 2015 16:04:04 -0500 Subject: [PATCH] - add py35 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2bb5892070..3794b4d150 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = full,py26,py27,py33,py34 +envlist = full,py26,py27,py33,py34,py35 [testenv] deps=pytest -- 2.47.2