From acb13bb61edf38667360753f59e0574bc469514f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 26 Mar 2015 19:56:29 +0100 Subject: [PATCH] tox: Update check-manifest to 0.24. Changelog: * Make sure setup.py not being added to the VCS doesn't cause hard-to-understand errors (issue #46). --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a0b3f7f22..bd0b23451 100644 --- a/tox.ini +++ b/tox.ini @@ -80,7 +80,7 @@ commands = [testenv:check-manifest] deps = - check-manifest==0.23 + check-manifest==0.24 commands = {[testenv:mkvenv]commands} {envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'