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:
parent
d2672bce86
commit
e5b98a9762
2
tox.ini
2
tox.ini
@ -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__'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user