tox.ini: add py35 and py36 envs

This commit is contained in:
Virgil Dupras
2017-02-01 10:32:10 -05:00
parent 0f21d8f825
commit 8468654d86

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34
envlist = py27,py34,py35,py36
[testenv]
commands = python -m unittest discover