[PATCH] tox: 'flake' -> 'flake8'

Stephen Finucane stephen.finucane at intel.com
Wed Jan 13 05:59:23 AEDT 2016


The 'flake8' target specified the wrong dependendency. Resolve this.

Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 77c450b..71ef628 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]
-- 
2.0.0



More information about the Patchwork mailing list