test on py35

This commit is contained in:
Michael Merickel
2016-01-15 20:08:14 -06:00
parent 05f6d07868
commit ca5de5cd72
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
unreleased unreleased
=========== ==========
Platform Platform
-------- --------
- Add explicit support for Python 3.4 and PyPy3. - Add explicit support for Python 3.4, Python 3.5 and PyPy3.
Features Features
~~~~~~~~ ~~~~~~~~

View File

@@ -1,6 +1,6 @@
[tox] [tox]
envlist = envlist =
py26,py27,py32,py33,py34,pypy,pypy3,cover,docs py26,py27,py32,py33,py34,py35,pypy,pypy3,cover,docs
[testenv] [testenv]
commands = commands =