summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 1838b0ee65bef6143e2dc7c005554bce79d860df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[nosetests]
nocapture=1
cover-package=zope.configuration
cover-erase=1
with-doctest=0
where=src
ignore-files=(bad|victim|notyet).py

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

[bdist_wheel]
universal = 1