From 25aadd7b791b7a768f17f495dd4e95f693ce3f41 Mon Sep 17 00:00:00 2001 From: noah morrison Date: Thu, 9 Apr 2015 16:48:43 -0400 Subject: [PATCH] Run flake8 on the entire directory Instead of just chevron/, this caused me to fail a travis build accidentally, even though tox ran fine. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . -- 2.47.3