Commit 8b6c63c0 authored by Tres Seaver's avatar Tres Seaver

Add config, support for nose+coverage, docs.

parent 65ba9cc1
[nosetests]
nocapture=1
cover-package=zope.container
cover-erase=1
with-doctest=0
where=src
[aliases]
dev = develop easy_install zope.container[test]
docs = easy_install zope.container[docs]
......@@ -120,6 +120,7 @@ setup(name='zope.container',
namespace_packages=['zope'],
ext_modules=ext_modules,
extras_require=dict(
docs=['Sphinx', 'repoze.sphinx.autointerface'],
test=['zope.testing', 'zope.testrunner'
],
zcml=[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment