summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-03-06 10:55:52 -0800
committerJohn Anderson <sontek@gmail.com>2015-03-06 10:55:52 -0800
commit50a8a077f403b89ff43ad745f101213c2cfeea8f (patch)
treebe4b6b5de1830e6c5ad8ec6b6d1f1ee89956e67c /setup.cfg
parent25c64c68d45d11f63684ac6d7ac7fb7e86f6acd3 (diff)
parent6c1a1c60123d150a41fef3062df9a64b995305c5 (diff)
downloadpyramid-50a8a077f403b89ff43ad745f101213c2cfeea8f.tar.gz
pyramid-50a8a077f403b89ff43ad745f101213c2cfeea8f.tar.bz2
pyramid-50a8a077f403b89ff43ad745f101213c2cfeea8f.zip
Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8
Conflicts: pyramid/config/views.py pyramid/scaffolds/tests.py tox.ini
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 7d905e370..3ef28451f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,9 +5,6 @@ zip_ok = false
match=^test
where=pyramid
nocapture=1
-cover-package=pyramid
-cover-erase=1
-cover-min-percentage=100
[aliases]
dev = develop easy_install pyramid[testing]