amolenaar / gaphas

Gaphas is a diagramming widget for GTK+, written in Python

This URL has Read+Write access

gaphas / setup.cfg
100644 14 lines (11 sloc) 0.187 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[egg_info]
#tag_build = .dev
#tag_svn_revision = 1
 
[nosetests]
with-doctest=1
doctest-extension=.txt
tests=gaphas,doc
verbosity=2
detailed-errors=1
with-coverage=1
cover-package=gaphas