From 07ca740942205b1a3cfe10230b102707bac908dd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 25 Sep 2016 02:19:37 +0300 Subject: [PATCH] Run flake8 from root to test docs and scripts Exclude .tox virtual environments. --- setup.cfg | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2b26222..597917f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,5 +11,5 @@ tag_date = 0 tag_svn_revision = 0 [flake8] -exclude = .git,docs/conf.py,tests/conftest.py,ez_setup.py +exclude = .git,.tox,docs/conf.py,tests/conftest.py,ez_setup.py diff --git a/tox.ini b/tox.ini index 8fb179e..ddd7a10 100644 --- a/tox.ini +++ b/tox.ini @@ -55,9 +55,9 @@ commands = {[postgresql]commands} [testenv:py27-flake8] deps = flake8 -commands = flake8 demo scripts sqlconvert tests +commands = flake8 [testenv:py34-flake8] deps = flake8 -commands = flake8 demo scripts sqlconvert tests +commands = flake8 -- 2.39.2