Check the main linkchecker executable from tox

This commit is contained in:
Chris Mayo 2020-05-25 19:37:27 +01:00
parent a8301f43ca
commit 02deff426b

View file

@ -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