tox: Update check-manifest to 0.30.

- Support git submodules
- Revert the zc.buildout support hack from 0.26 because it causes breakage
- Improve non-ASCII filename handling with Bazaar on Windows.
This commit is contained in:
Florian Bruhin 2015-12-11 06:40:49 +01:00
parent dc4600008b
commit bed37defde

View File

@ -207,7 +207,7 @@ basepython = python3
skip_install = true skip_install = true
passenv = passenv =
deps = deps =
check-manifest==0.29 check-manifest==0.30
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__'