summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: ff7e1b335c32cdb663d12ca83f7934387c7b118d (plain)
1
2
3
4
5
6
7
8
9
10
[nosetests]
nocapture=1
cover-package=zope.component
cover-erase=1
with-doctest=0
where=src

[aliases]
dev = develop easy_install zope.component[testing]
docs = easy_install zope.component[docs]