mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Check the main linkchecker executable from tox
This commit is contained in:
parent
a8301f43ca
commit
02deff426b
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue