Build docs by default as part of tox

Since most people will want to build the docs for the specs to verify
formatting, change the defaults so that just running "tox" will build
both linters and docs.

Change-Id: I59f0974af2d978461080913711ec782a5175f901
This commit is contained in:
Chris Friesen 2018-10-15 13:26:27 -06:00
parent 415b3486f5
commit 6b6a3407b7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = linters
envlist = linters,docs
minversion = 2.3
skipsdist = True