diff options
| -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 \ | 
