add py35 to tox list

This commit is contained in:
Martin A. Brown 2016-05-11 08:57:29 -07:00
parent c0e5144a3c
commit 0908985916
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
# and then run "tox" from this directory.
[tox]
envlist = py27, py34
envlist = py27, py34, py35
skip_missing_interpreters = True
[testenv]
commands = {envpython} setup.py test