mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-28 15:48:16 +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]
|
[testenv:flake8]
|
||||||
deps = flake8
|
deps = flake8
|
||||||
skip_install = true
|
skip_install = true
|
||||||
commands = flake8 setup.py linkcheck {posargs}
|
commands = flake8 linkchecker setup.py linkcheck {posargs}
|
||||||
|
|
||||||
[testenv:check-manifest]
|
[testenv:check-manifest]
|
||||||
deps = check-manifest
|
deps = check-manifest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue