add docs to the list of default tox environments

Build the docs when the user runs "tox" without args.

Change-Id: I16b683cf82715f0351c7f2ca5c0655b36f5fe4f1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-03-03 14:36:42 -05:00
parent 42e8a6fd7f
commit 83fd1ea44c

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