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

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