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

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