Update default tox environment list

There is no need to run the py27 environment, since there are no tests.

Add the validate environment, since that's the one we mostly care about.

Change-Id: I9170ff8ee21af9dbff0a46cd458e3d9118242a4f
This commit is contained in:
Doug Hellmann 2015-07-21 21:26:04 +00:00
parent 15ef3ba522
commit f100f1c8e3

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py27,pep8,bashate
envlist = validate,pep8,bashate
skipsdist = True
[testenv]