diff options
author | eikeon <devnull@localhost> | 2007-03-12 14:09:24 +0000 |
---|---|---|
committer | eikeon <devnull@localhost> | 2007-03-12 14:09:24 +0000 |
commit | 284cd5517ab4d746b7866c03b70f8d02c4eed290 (patch) | |
tree | cd52f18b2013f164ec53f442e8cecbe57a38a137 /setup.cfg | |
parent | caca4d45146d8fbfa115f034d8e5e1b4e1e87252 (diff) | |
download | rdflib-284cd5517ab4d746b7866c03b70f8d02c4eed290.tar.gz |
added bit to configure 'setup.py nosetests' to run doc tests
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ [egg_info] tag_build = .dev tag_svn_revision = 1 + +[nosetests] +verbosity = 2 +with-doctest = 1 + + |