Skip to content
Snippets Groups Projects
Unverified Commit 616ffe38 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[tests] use pysqlcipher workaround here too

parent 2be50c90
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,10 @@ skipsdist=True ...@@ -4,7 +4,10 @@ skipsdist=True
[testenv] [testenv]
basepython = python2.7 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=html \
--cov-report=term \ --cov-report=term \
--cov=leap.soledad \ --cov=leap.soledad \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment