tox: Update check-manifest to 0.29.
Fix --python with just a command name, to be found in path.
This commit is contained in:
parent
11c9155961
commit
8607d527bf
2
tox.ini
2
tox.ini
@ -205,7 +205,7 @@ basepython = python3
|
|||||||
skip_install = true
|
skip_install = true
|
||||||
passenv =
|
passenv =
|
||||||
deps =
|
deps =
|
||||||
check-manifest==0.28
|
check-manifest==0.29
|
||||||
commands =
|
commands =
|
||||||
{envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'
|
{envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user