From ca5de5cd72707e1819950078adf73c9f214eba84 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Fri, 15 Jan 2016 20:08:14 -0600 Subject: [PATCH] test on py35 --- CHANGES.rst | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 777b961..6d7e8d9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ unreleased -=========== +========== Platform -------- -- Add explicit support for Python 3.4 and PyPy3. +- Add explicit support for Python 3.4, Python 3.5 and PyPy3. Features ~~~~~~~~ diff --git a/tox.ini b/tox.ini index f5a94e4..69fd2cb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py26,py27,py32,py33,py34,pypy,pypy3,cover,docs + py26,py27,py32,py33,py34,py35,pypy,pypy3,cover,docs [testenv] commands =