Add Python 3.5 tox env and Python 3.4 tests in Travis CI

This commit is contained in:
Paul Tremberth 2016-01-13 12:47:42 +01:00
parent 57f99fc34e
commit a93d49a64c
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ env:
- TOXENV=py27
- TOXENV=precise
- TOXENV=py33
- TOXENV=py34
- TOXENV=docs
install:
- pip install -U tox twine wheel codecov

View File

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