add py35 to the default list of test jobs to run

Change-Id: I5367a2e081cb167467ee34d07a6ace7db14f0374
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-03-15 14:12:25 -04:00
parent 7f9cfba013
commit 04bb43a585

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = validate,pep8,bashate,docs
envlist = py35,validate,pep8,bashate,docs
skipdist = True
[testenv]