summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 4ef860d60518d096ef2716122adc034e66d46a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[egg_info]
tag_build = .dev
tag_svn_revision = 1

[nosetests]
verbosity=2
with-doctest=1
;;detailed-errors=1
;;with-coverage=1
;;cover-package=nose
;;pdb=1
;;pdb-failures=1
;;stop=1