summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-07-14 11:33:27 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-07-14 11:33:27 -0400
commit81ceddf03e85902cb9265201a49d9aa838c85eca (patch)
tree3e4ebff14bf897d59cf5b4d12869344d03b6fed6 /tox.ini
parent2c41a702adca96d6847b72eb642ccbcfd21a0828 (diff)
downloadsqlalchemy-81ceddf03e85902cb9265201a49d9aa838c85eca.tar.gz
- ensure usedevelop is present so that C exts are in the tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 915876582..5e262ab30 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,7 @@ deps=pytest
mock
sitepackages=True
+usedevelop=True
commands=
python -m pytest \