travis: python 3.5 support
@ -7,6 +7,7 @@ python:
- "pypy"
- "3.3"
- "3.4"
- "3.5"
env:
- REQUIREMENTS=lowest
@ -20,6 +21,8 @@ matrix:
env: REQUIREMENTS=lowest
- python: "3.4"
- python: "3.5"
install:
@ -1,5 +1,5 @@
[tox]
envlist = {py26,py27,pypy}-{lowest,release,devel}, {py33,py34}-{release,devel}
envlist = {py26,py27,pypy}-{lowest,release,devel}, {py33,py34,py35}-{release,devel}
[testenv]
commands =