tox: Update check-manifest to 0.24.
Changelog: * Make sure setup.py not being added to the VCS doesn't cause hard-to-understand errors (issue #46).
This commit is contained in:
parent
b6dc43396b
commit
acb13bb61e
2
tox.ini
2
tox.ini
@ -80,7 +80,7 @@ commands =
|
|||||||
|
|
||||||
[testenv:check-manifest]
|
[testenv:check-manifest]
|
||||||
deps =
|
deps =
|
||||||
check-manifest==0.23
|
check-manifest==0.24
|
||||||
commands =
|
commands =
|
||||||
{[testenv:mkvenv]commands}
|
{[testenv:mkvenv]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