Add python 3.5 testing environment

Python 3.5 is not yet fully integrated in travis. Include
workaround to enable it for now.
This commit is contained in:
derwinlu 2015-10-19 16:30:52 +02:00
commit bfafb3a492
2 changed files with 7 additions and 1 deletions

View file

@ -1,11 +1,12 @@
[tox]
envlist = py{27,33,34},docs,flake8
envlist = py{27,33,34,35},docs,flake8
[testenv]
basepython =
py27: python2.7
py33: python3.3
py34: python3.4
py35: python3.5
passenv = *
usedevelop=True
deps =