diff options
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 044ba8f0..16538e39 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -95,4 +95,5 @@ deps = {[testenv]deps} pytest-xdist install_command = pip install {opts} {packages} -commands = py.test --ignore=tests/benchmarks {posargs} -n 4 +commands = ./ensure-pysqlcipher-has-usleep.sh + py.test --ignore=tests/benchmarks {posargs} -n 4 |