summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2009-07-28 01:20:52 +0000
committerMichael Trier <mtrier@gmail.com>2009-07-28 01:20:52 +0000
commit6a67cb17c3c3298b1561e77c86358d3960d33259 (patch)
treee61395b26ed956c116c9eee8343f8494a5e15fe6 /setup.cfg
parent34aaabf7ea18af8e8a7721238b5bba00e3532c4c (diff)
downloadsqlalchemy-6a67cb17c3c3298b1561e77c86358d3960d33259.tar.gz
Corrected examples tests. I was running from ./test instead of root.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg16
1 files changed, 11 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 25ee974db..010e5c1c0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,12 @@
-[egg_info]
-tag_build = dev
-tag_svn_revision = true
-
[nosetests]
-with-sqlalchemy = true \ No newline at end of file
+with-sqlalchemy=True
+#with-doctest=1
+#doctest-extension=test
+#with-spec=1
+#spec-color=1
+# verbosity=1
+# detailed-errors=1
+# with-coverage=1
+# cover-package=nose
+# debug=nose.loader
+