From bbc3598c778f61a61409ebfc118dce6497b3188f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 25 Sep 2016 02:19:07 +0300 Subject: [PATCH 1/1] 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 7809b82..7f3e1df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,5 +11,5 @@ tag_date = 0 tag_svn_revision = 0 [flake8] -exclude = .git,docs/conf.py,docs-ru/conf.py,ez_setup.py +exclude = .git,.tox,docs/conf.py,docs-ru/conf.py,ez_setup.py diff --git a/tox.ini b/tox.ini index ddd3c3a..57654e0 100644 --- a/tox.ini +++ b/tox.ini @@ -33,9 +33,9 @@ commands = {[general]commands} [testenv:py27-flake8] deps = flake8 -commands = flake8 m_librarian scripts test +commands = flake8 [testenv:py34-flake8] deps = flake8 -commands = flake8 m_librarian scripts test +commands = flake8 -- 2.39.2