From 67fd94b189ad308c0ed58a57a9953d37bafc7d5f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 30 Jan 2016 23:31:01 +0100 Subject: [PATCH] tox: Update check-manifest to 0.31. - Drop Python 3.2 support. - Ignore commented-out lines in MANIFEST.in. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 532cfb27b..73bb398e9 100644 --- a/tox.ini +++ b/tox.ini @@ -193,7 +193,7 @@ basepython = python3 skip_install = true passenv = deps = - check-manifest==0.30 + check-manifest==0.31 commands = {envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'