summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-05-31 14:21:41 +0200
committerKali Kaneko <kali@leap.se>2017-05-31 16:16:56 +0200
commit616ffe38b3af96394f4c043bafd928d19d00eedf (patch)
tree12cc91200ee7989e287b30574d0c9bb2a2265454
parent2be50c902873b0dd779cc7b28eea9e423accbc29 (diff)
[tests] use pysqlcipher workaround here too
-rw-r--r--testing/tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/tox.ini b/testing/tox.ini
index f2119a15..111d0acd 100644
--- a/testing/tox.ini
+++ b/testing/tox.ini
@@ -4,7 +4,10 @@ skipsdist=True
[testenv]
basepython = python2.7
-commands = py.test --ignore=tests/benchmarks \
+commands =
+ pip uninstall -y pysqlcipher
+ pip install --install-option="--bundled" pysqlcipher
+ py.test -x --ignore=tests/benchmarks \
--cov-report=html \
--cov-report=term \
--cov=leap.soledad \