From 13a2868dd2477f1525661d60a4e5202b58f9a5d1 Mon Sep 17 00:00:00 2001 From: Patrick Atamaniuk Date: Tue, 5 Jan 2016 22:15:42 +0100 Subject: [PATCH] add py35 to tox environments --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 352b24c1..5c3f33f5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py33,py34 +envlist = py33,py34,py35 skipsdist = True [testenv]