summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-02 04:21:02 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-02 04:21:02 +0000
commit81447b5941dcb26301b47423f7e06b78e31339ae (patch)
tree3e00c61f4dd5d98d6a11716722eb160e4f0e90f5 /setup.cfg
parent8dedfad9e666bccc84c52d1440e8acf9bff215e3 (diff)
downloadpyramid-81447b5941dcb26301b47423f7e06b78e31339ae.tar.gz
pyramid-81447b5941dcb26301b47423f7e06b78e31339ae.tar.bz2
pyramid-81447b5941dcb26301b47423f7e06b78e31339ae.zip
Depend on new "Chameleon" package (rather than individual chameleon.zpt and chameleon.core packages).
Somehow we also need to depend on sourcecodegen or the tests fail (even though Chameleon depends on them too). Don't run coverage tests by default when running nosetests (pass --with-coverage to "setup.py nosetests" to obtain the older behavior). Ignore .coverage in trunk/repoze/bfg Pass where=repoze/bfg to avoid running other repoze tests, for whatever reason.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index eeb4ff507..5b41e17e5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,8 +4,8 @@ index_url = http://dist.repoze.org/bfg/dev/simple
[nosetests]
match=^test
+where=repoze/bfg
nocapture=1
cover-package=repoze.bfg
-with-coverage=1
cover-erase=1