From e5b98a97627f295e710781e08b7fac0741fd7253 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 30 Oct 2015 18:46:50 +0100 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 664c87d0d..6b1746e36 100644 --- a/tox.ini +++ b/tox.ini @@ -196,7 +196,7 @@ basepython = python3 skip_install = true passenv = deps = - check-manifest==0.25 + check-manifest==0.26 commands = {envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'