Merge pull request #1594 from timofurrer/python3.5-support

travis: python 3.5 support
This commit is contained in:
Armin Ronacher 2015-10-30 17:35:06 +01:00
commit 3f6e8c6ad5
2 changed files with 4 additions and 1 deletions

View file

@ -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"
env: REQUIREMENTS=lowest
- python: "3.5"
env: REQUIREMENTS=lowest
install:

View file

@ -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 =