Update tox.ini to run voting tests by default

When a developer runs `tox`, they should see the results which will be
voting in gerrit.

Change-Id: I4964b674a1317f454739ef69505c985dc323f845
This commit is contained in:
Daniel Watkins 2017-08-01 14:01:27 -04:00
parent 41c54bba00
commit 0cbcf2c710
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = pep8, py34, py35, py27
envlist = docs, pep8, py35, py27, cover
skip_missing_interpreters = true
[testenv]