From bed37defde4c3c3afcf757245e75867604ad7d3a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 11 Dec 2015 06:40:49 +0100 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d0e5ea05a..af664814f 100644 --- a/tox.ini +++ b/tox.ini @@ -207,7 +207,7 @@ basepython = python3 skip_install = true passenv = deps = - check-manifest==0.29 + check-manifest==0.30 commands = {envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'