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 3c762203f2dfb80df26876ec06a5ddb3efa11620 (commit)
from 430a2fe7344f2a4a9e9741c96abfb77fc7cfe5a3 (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/3c762203f2dfb80df26876ec06a5ddb3efa11620
commit 3c762203f2dfb80df26876ec06a5ddb3efa11620
Author: Oleg Broytman <ph...@ph...>
Date: Mon Feb 16 01:09:41 2015 +0300
Require sources to be flake8-clean at least for py2.7
diff --git a/.travis.yml b/.travis.yml
index 6cf7e62..900ca4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,6 @@ matrix:
fast_finish: true
allow_failures:
- env: TOXENV=py34-sqlite
- - env: TOXENV=py27-flake8
- env: TOXENV=py34-flake8
script: tox -e ${TOXENV}
diff --git a/docs/DeveloperGuide.txt b/docs/DeveloperGuide.txt
index 0182c99..d788d50 100644
--- a/docs/DeveloperGuide.txt
+++ b/docs/DeveloperGuide.txt
@@ -39,6 +39,12 @@ Python Style Guide. Some things to take particular note of:
.. _PEP 8: http://www.python.org/peps/pep-0008.html
+* With a few exceptions sources must be `flake8`_-clean (and hence
+ pep8-clean). Please consider using pre-commit hook installed by
+ running ``flake8 --install-hook``.
+
+.. _flake8: https://gitlab.com/pycqa/flake8
+
* **No tabs**. Not anywhere. Always indent with 4 spaces.
* I don't stress too much on line length. But try to break lines up
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 1 -
docs/DeveloperGuide.txt | 6 ++++++
2 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
SQLObject development repository
|