tox: Update check-manifest to 0.28.

- Fix detection of git submodules.
- Apply ignore patterns in subdirectories too.
This commit is contained in:
Florian Bruhin 2015-11-11 14:57:45 +01:00
parent d99f9a3a20
commit a5efbe7412

View File

@ -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__'