Skip to content

Commit

Permalink
Add config, support for nose+coverage, docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 25, 2015
1 parent 65ba9cc commit 8b6c63c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[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]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def alltests():
namespace_packages=['zope'],
ext_modules=ext_modules,
extras_require=dict(
docs=['Sphinx', 'repoze.sphinx.autointerface'],
test=['zope.testing', 'zope.testrunner'
],
zcml=[
Expand Down

0 comments on commit 8b6c63c

Please sign in to comment.