Disable docs-linkcheck 63/54063/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 29 Mar 2017 18:39:15 +0000 (14:39 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 29 Mar 2017 18:43:42 +0000 (14:43 -0400)
Link checking is nice but docs does not currently pass this so disable
it by default until we get around to fixing the links.

Change-Id: I8d197a0ab045bdd46615672c006806e99ba52ebb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index 2ea2f448af26146887359bd3eaefe645bc98d29c..c8e73d6d4f3d5ea3cb28c02af21c03840631ddd2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = coala,docs,docs-linkcheck
+envlist = coala,docs
 skipsdist = true
 
 [testenv:coala]