Merge pull request #1724 from radarhere/tox

Added py35 to tox envlist
This commit is contained in:
wiredfool 2016-02-23 14:31:25 -08:00
commit e2957a22dd

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py26, py27, py32, py33, py34 envlist = py26, py27, py32, py33, py34, py35
[testenv] [testenv]
commands = commands =