tox: Update check-manifest to 0.28.
- Fix detection of git submodules. - Apply ignore patterns in subdirectories too.
This commit is contained in:
parent
d99f9a3a20
commit
a5efbe7412
2
tox.ini
2
tox.ini
@ -204,7 +204,7 @@ basepython = python3
|
|||||||
skip_install = true
|
skip_install = true
|
||||||
passenv =
|
passenv =
|
||||||
deps =
|
deps =
|
||||||
check-manifest==0.27
|
check-manifest==0.28
|
||||||
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