Disable docs link check linting by default 36/76836/2
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 10 Oct 2018 22:08:45 +0000 (22:08 +0000)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 10 Oct 2018 23:30:49 +0000 (23:30 +0000)
The linkcheck linting manually goes through and checks every link in the
repo. It's currently hanging for me, and is normally quite slow.

Change-Id: Ibbe86b1c17943220fa634b22d93ac614c2f95f1c
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 80b200bbe699e604c93dd2e4d071352faaaa542f..ba1242f4b2ffa7a85ab6e7655323e032b9220fac 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6.0
-envlist = docs,docs-linkcheck,coala,pkg_unittests
+envlist = docs,coala,pkg_unittests
 skipsdist = true
 
 [testenv:coala]