From 8607d527bfc40735147a8b3a889b397614b91116 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 21 Nov 2015 10:44:58 +0100 Subject: [PATCH] tox: Update check-manifest to 0.29. Fix --python with just a command name, to be found in path. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index be915153d..2b0def206 100644 --- a/tox.ini +++ b/tox.ini @@ -205,7 +205,7 @@ basepython = python3 skip_install = true passenv = deps = - check-manifest==0.28 + check-manifest==0.29 commands = {envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'