tox: Update check-manifest to 0.26.

* Do not complain about missing .gitattributes file.
* Normalize unicode representation and case of filenames.
* Drop Python 2.6 support.
* Support installation via zc.buildout better.
This commit is contained in:
Florian Bruhin 2015-10-30 18:46:50 +01:00
parent d2672bce86
commit e5b98a9762

View File

@ -196,7 +196,7 @@ basepython = python3
skip_install = true skip_install = true
passenv = passenv =
deps = deps =
check-manifest==0.25 check-manifest==0.26
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__'