Add py34 and py35 to tox.ini default envs

This is a minor issue, but when somebody just runs 'tox', this will
ensure that tox tries to run with all known working interpreters.

Change-Id: I745912bc1f449e4d370d1e9248efe9eb1a84d90a
This commit is contained in:
Clint Byrum 2016-06-27 22:11:31 -07:00
parent 56c0208a9c
commit 34a8d83829
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py27,pep8
envlist = py27,py34,py35,pep8
[testenv]
usedevelop = True