try python 3.6 support

This commit is contained in:
Nigel Dokter 2017-01-26 19:04:01 +01:00
parent 9e74c4c23c
commit c1a6b930c8
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ python:
- 2.7 - 2.7
- 3.4 - 3.4
- 3.5 - 3.5
- 3.6
install: pip install tox-travis codecov install: pip install tox-travis codecov

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py34,py35,py36 envlist = py34,py35,p36
[testenv] [testenv]
deps= deps=