From 02deff426bd736a8a8f29ff91e944df12f4c6cf5 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 25 May 2020 19:37:27 +0100 Subject: [PATCH] Check the main linkchecker executable from tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 26d9037b..f82596ea 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ deps = [testenv:flake8] deps = flake8 skip_install = true -commands = flake8 setup.py linkcheck {posargs} +commands = flake8 linkchecker setup.py linkcheck {posargs} [testenv:check-manifest] deps = check-manifest