diff options
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 2 |
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 \ |