From d7b86a454a40537f31263d1b9c7a935c6d6dd3b5 Mon Sep 17 00:00:00 2001 From: Rolf Erik Lekang Date: Fri, 31 Oct 2014 10:06:25 +0100 Subject: [PATCH] Make flake8 ignore tests/local.py --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 763f232..b204a28 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True [flake8] max_line_length=100 -exclude=.tox/*,*backends/__init__.py,tests/tests.py +exclude=.tox/*,*backends/__init__.py,tests/tests.py,tests/local.py [testenv] setenv =