summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-07-18 15:45:01 -0300
committerdrebs <drebs@leap.se>2017-07-18 15:45:01 -0300
commit92a34ab8ad7c2373c9d607d0e3f21a687761c9fc (patch)
treee8113af44de1fd0d722716c8774736c6e7259f7f
parentc60bc3583cc9de49d05162efc05ce6c766c9a48e (diff)
[test] avoid reinstalling pysqlcipher if unneeded
-rw-r--r--testing/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tox.ini b/testing/tox.ini
index 5bfb8c50..044ba8f0 100644
--- a/testing/tox.ini
+++ b/testing/tox.ini
@@ -5,7 +5,7 @@ skipsdist=True
[testenv]
basepython = python2.7
commands =
- pip install -I --install-option="--bundled" pysqlcipher
+ ./ensure-pysqlcipher-has-usleep.sh
py.test -x --ignore=tests/benchmarks \
--cov-report=html \
--cov-report=term \