summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-11-25 23:46:24 +0100
committerRuben Pollan <meskio@sindominio.net>2015-11-26 13:47:29 +0100
commit5cba5ae32003efd7b068e6646ba4c0ada4e29867 (patch)
tree95f61c0207669339f165a6ecaabd107972b15364 /setup.cfg
parent4557b215775b9dbc438292449d05806f2e43ae0f (diff)
[style] fix pep8 errors
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..4a2ab2b
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,10 @@
+[aliases]
+test = trial
+
+[pep8]
+exclude = versioneer.py,_version.py,*.egg,build,dist,docs
+ignore = E731
+
+[flake8]
+exclude = versioneer.py,_version.py,*.egg,build,dist,docs
+ignore = E731