From 6b6a3407b7b199de08ef0e45814f523e2ce170ba Mon Sep 17 00:00:00 2001 From: Chris Friesen Date: Mon, 15 Oct 2018 13:26:27 -0600 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9586d32..988af97 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = linters +envlist = linters,docs minversion = 2.3 skipsdist = True