From: noah morrison Date: Thu, 9 Apr 2015 20:48:43 +0000 (-0400) Subject: Run flake8 on the entire directory X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=25aadd7b791b7a768f17f495dd4e95f693ce3f41;p=chevron.git Run flake8 on the entire directory Instead of just chevron/, this caused me to fail a travis build accidentally, even though tox ran fine. --- diff --git a/tox.ini b/tox.ini index 2b07bda..f634db7 100644 --- 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 .