summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChristoph Zwerschke <cito@online.de>2016-04-19 20:07:12 +0200
committerChristoph Zwerschke <cito@online.de>2016-04-19 20:07:12 +0200
commit3629c49e46207ff5162a82883c14937e6ef4c186 (patch)
tree1306181202cb8313f16080789f5b9ab1eeb61d53 /setup.cfg
parent804ba0b2f434781e77d2b5191f1cd76a490f6610 (diff)
parent6c16fb020027fac47e4d2e335cd9e264dba8aa3b (diff)
downloadpyramid-3629c49e46207ff5162a82883c14937e6ef4c186.tar.gz
pyramid-3629c49e46207ff5162a82883c14937e6ef4c186.tar.bz2
pyramid-3629c49e46207ff5162a82883c14937e6ef4c186.zip
Merge remote-tracking branch 'refs/remotes/Pylons/master'
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 11 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index e28494286..b52d24bdb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,6 +5,15 @@ zip_ok = false
match=^test
where=pyramid
nocapture=1
-cover-package=pyramid
-cover-erase=1
+[aliases]
+dev = develop easy_install pyramid[testing]
+docs = develop easy_install pyramid[docs]
+
+[bdist_wheel]
+universal = 1
+
+[flake8]
+ignore = E301,E302,E731,E261,E123,E121,E128,E129,E125,W291,E501,W293,E303,W391,E266,E231,E201,E202,E127,E262,E265
+exclude = pyramid/tests/,pyramid/compat.py,pyramid/resource.py
+show-source = True