File: setup.cfg

package info (click to toggle)
routes 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 828 kB
  • ctags: 400
  • sloc: python: 4,770; makefile: 99
file content (17 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0

[nosetests]
verbose = True
verbosity = 1
detailed-errors = True
with-doctest = True
with-coverage = True
cover-erase = True
cover-html = True
cover-html-dir = html_coverage
cover-package = routes
py3where = build