From 03e07ca5e79404e696207134e231786068264f9c Mon Sep 17 00:00:00 2001 From: Julien Iguchi-Cartigny Date: Fri, 4 Jul 2014 15:55:34 +0200 Subject: [PATCH] fixing target directory for flake8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cd15f94..f38bd53 100644 --- a/tox.ini +++ b/tox.ini @@ -19,5 +19,5 @@ whitelist_externals=bash [testenv:flake8] basepython=python2.7 deps=flake8 -commands=flake8 src/wstools/ +commands=flake8 wstools/