summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-09-13 17:08:22 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-09-13 17:08:22 -0400
commitff93b35a710620eee447bb481b15c19033b0e348 (patch)
tree0a809c4346316b0132030b654b1dd9202ead64c8 /setup.cfg
parentfa080367259f49c93f5055b5b49d175649126d16 (diff)
downloadalembic-ff93b35a710620eee447bb481b15c19033b0e348.tar.gz
- bootstrap support
- some workarounds to get 0.8 mostly working
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ab40b6b..5972b73 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,6 +11,9 @@ upload-dir = docs/build/output/html
sign = 1
identity = C4DAFEE1
+[nosetests]
+with-sqla_testing = true
+
[sqla_testing]
requirement_cls=tests.requirements:DefaultRequirements