From a32f237043025df2ec434055d5adbef1c2897101 Mon Sep 17 00:00:00 2001 From: Marek Marecki Date: Tue, 3 May 2016 20:45:09 +0200 Subject: [PATCH] Add Python 3.5 to tests --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1dfb82f..b06031b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,8 @@ envlist = py27, py32, py33, - py34 + py34, + py35 # ignore missing setup.py skipsdist = True