diff options
author | Kali Kaneko <kali@leap.se> | 2017-05-31 14:21:41 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-05-31 16:16:56 +0200 |
commit | 616ffe38b3af96394f4c043bafd928d19d00eedf (patch) | |
tree | 12cc91200ee7989e287b30574d0c9bb2a2265454 /testing | |
parent | 2be50c902873b0dd779cc7b28eea9e423accbc29 (diff) |
[tests] use pysqlcipher workaround here too
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tox.ini | 5 |
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 \ |