From 90fd1c5ab292101f0204206089ed4f61a524cce1 Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@palladion.com>
Date: Sat, 28 May 2016 02:40:23 +0200
Subject: [PATCH] Add support for Python 3.5.

---
 tox.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tox.ini b/tox.ini
index 542d697..e29f610 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 envlist = 
-    py27,pypy,py33,py34,pypy3,cover,docs
+    py27,pypy,py33,py34,py35,pypy3,cover,docs
 
 [testenv]
 commands = 

--
Gitblit v1.9.3