From: Stephen Finucane Date: Tue, 12 Jan 2016 18:57:53 +0000 (+0000) Subject: tox: 'flake' -> 'flake8' X-Git-Tag: v1.1.0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc69ea66ea578a25790dcb75647d96524b1b9d9;p=thirdparty%2Fpatchwork.git tox: 'flake' -> 'flake8' The 'flake8' target specified the wrong dependendency. Resolve this. Signed-off-by: Stephen Finucane --- diff --git a/tox.ini b/tox.ini index 77c450b7..71ef628d 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ passenv = [testenv:pep8] basepython = python2.7 -deps = flake +deps = flake8 commands = flake8 {posargs} patchwork patchwork/bin/pwclient [flake8]