13 lines
181 B
INI
13 lines
181 B
INI
# [bdist_wheel]
|
|
# universal=1
|
|
|
|
[nosetests]
|
|
with-doctest=1
|
|
doctest-extension=.txt
|
|
tests=gaphor,tests,doc
|
|
verbosity=2
|
|
detailed-errors=1
|
|
#with-coverage=1
|
|
cover-package=gaphor/diagram
|
|
|