Add Python 3.6 tox env + Travis CI build for it

This commit is contained in:
Paul Tremberth 2017-01-06 15:38:35 +01:00
parent e7dede66f6
commit a214731471
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@ env:
- TOXENV=jessie
- TOXENV=py33
- TOXENV=py35
- TOXENV=py36
- TOXENV=docs
install:
- pip install -U tox twine wheel codecov

View File

@ -70,6 +70,10 @@ deps = {[testenv:py33]deps}
basepython = python3.5
deps = {[testenv:py33]deps}
[testenv:py36]
basepython = python3.6
deps = {[testenv:py33]deps}
[docs]
changedir = docs
deps =