]> Devi Nivas Git - chevron.git/commitdiff
Run flake8 on the entire directory
authornoah morrison <noah@morrison.ph>
Thu, 9 Apr 2015 20:48:43 +0000 (16:48 -0400)
committernoah morrison <noah@morrison.ph>
Thu, 9 Apr 2015 20:48:43 +0000 (16:48 -0400)
Instead of just chevron/, this caused me to fail a travis build
accidentally, even though tox ran fine.

tox.ini

diff --git a/tox.ini b/tox.ini
index 2b07bda6c911deff56c07e03f715e41dcbfe5c97..f634db7fef174a4340ac3b82ab36af7e44ae733b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -6,4 +6,4 @@ commands = python {toxinidir}/test_spec.py
 
 [testenv:flake8]
 deps = flake8
-commands = flake8 chevron
+commands = flake8 .