This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via d46347223b2a5ab154cbe3c14bc52e9915f9f5c1 (commit)
from 402aa30b48224260eb4dc0d6ea41ff7d7a114f0f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/d46347223b2a5ab154cbe3c14bc52e9915f9f5c1
commit d46347223b2a5ab154cbe3c14bc52e9915f9f5c1
Author: Oleg Broytman <ph...@ph...>
Date: Sun Sep 25 01:23:04 2016 +0300
Run flake8 from root to test docs and scripts
Exclude .tox virtual environments.
diff --git a/setup.cfg b/setup.cfg
index 2513bb3..de55225 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,7 @@ tag_date = 1
tag_svn_revision = 0
[flake8]
-exclude = .git,docs/europython/*.py,ez_setup.py
+exclude = .git,.tox,docs/europython/*.py,ez_setup.py
[bdist_wheel]
universal = 1
diff --git a/tox.ini b/tox.ini
index 4398dfa..7b1a6bd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -86,11 +86,13 @@ commands = {[mysqlclient]commands}
# Special test environments
[testenv:py27-flake8]
+changedir = ./
deps =
flake8
commands = flake8 .
[testenv:py34-flake8]
+changedir = ./
deps =
flake8
commands = flake8 .
-----------------------------------------------------------------------
Summary of changes:
setup.cfg | 2 +-
tox.ini | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
SQLObject development repository
|