]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: 'flake' -> 'flake8'
authorStephen Finucane <stephen.finucane@intel.com>
Tue, 12 Jan 2016 18:57:53 +0000 (18:57 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Tue, 12 Jan 2016 18:57:53 +0000 (18:57 +0000)
The 'flake8' target specified the wrong dependendency. Resolve this.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 77c450b7cf4626a5579d26023f8efcf3ec1ba949..71ef628d042a982235a3b0a3eaddb021f5ff30c4 100644 (file)
--- 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]