From: Oleg Broytman Date: Sat, 24 Sep 2016 23:19:37 +0000 (+0300) Subject: Run flake8 from root to test docs and scripts X-Git-Tag: 0.0.6~9 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=07ca740942205b1a3cfe10230b102707bac908dd Run flake8 from root to test docs and scripts Exclude .tox virtual environments. --- 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