[Python-modules-commits] [python-social-auth] 190/322: Add setup.cfg to configure flake8 and nosetests

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit d65e6ceac03b819847b93b76d016203bd22644ac
Author: Jerome Lefeuvre <jerome.lefeuvre at gmail.com>
Date:   Mon Mar 23 11:05:15 2015 -0400

    Add setup.cfg to configure flake8 and nosetests
---
 setup.cfg | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..1c117ce
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,11 @@
+[flake8]
+max-line-length = 119
+# Ignore some well known paths
+exclude = .venv,.tox,dist,doc,build,*.egg,db/env.py,db/versions/*.py
+
+[nosetests]
+verbosity=2
+with-coverage=1
+cover-erase=1
+cover-package=social
+rednose=1
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list