summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2010-02-20 14:04:48 -0500
committerBen Bangert <ben@groovie.org>2010-02-20 14:04:48 -0500
commitd1d1742903fa5ca24ef848a6ae895303f2661b2a (patch)
tree9057bbdf8d227c659c6a4f02369b7c329e18dc1d /setup.cfg
parentfd0942df2c68f604504807f7143e2bd063613ccf (diff)
downloadroutes-d1d1742903fa5ca24ef848a6ae895303f2661b2a.tar.gz
Increase unit tests and add more explicit use of the mapper for matching.
--HG-- branch : trunk
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg34
1 files changed, 2 insertions, 32 deletions
diff --git a/setup.cfg b/setup.cfg
index 1d83fef..7be406d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,35 +1,5 @@
[egg_info]
tag_build = dev
-tag_svn_revision = true
-
-[global]
-command_packages = buildutils.pudge_command, buildutils.publish_command
-
-[pudge]
-template_dir = docs/pudge_template
-docs = docs/index.txt docs/community/index.txt
- docs/download/index.txt docs/integration.txt
- docs/manual.txt docs/recipes.txt
- docs/docs/index.txt
-doc_base = docs/
-dest = docs/html
-modules = routes
-title = Routes
-organization = Routes
-organization_url = http://routes.groovie.org/
-trac_url=http://routes.groovie.org/trac/
-blog_url = http://groovie.org/articles/category/routes
-settings = no_about=true
- link1=/docs/ Docs
- link2=/community/ Community
- link3=/download/ Download
-xhtml = true
-highlighter = pygments
-
-[publish]
-doc-dir=docs/html
-doc-dest=scp://bbangert@unicron.groovie.org/usr/local/www/routes.groovie.org/htdocs/
-make-dirs=1
[nosetests]
verbose=True
@@ -37,8 +7,8 @@ verbosity=1
detailed-errors=True
with-doctest=True
with-coverage=True
-#with-bitten=True
-#with-bitten-coverage=True
cover-erase=True
+cover-html=True
+cover-html-dir=html_coverage
#cover-tests=True
cover-package=routes