Add python 3.6 in tox.ini

Python 3.6 is now released, this change added python3.6 in tox.ini
This commit is contained in:
Jiachen Yang 2016-12-26 22:04:30 +09:00 committed by GitHub
commit 15f7444559

View file

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