From ff93b35a710620eee447bb481b15c19033b0e348 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 13 Sep 2014 17:08:22 -0400 Subject: - bootstrap support - some workarounds to get 0.8 mostly working --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1