diff options
| author | drebs <drebs@leap.se> | 2017-07-18 15:45:01 -0300 | 
|---|---|---|
| committer | drebs <drebs@leap.se> | 2017-07-18 15:45:01 -0300 | 
| commit | 92a34ab8ad7c2373c9d607d0e3f21a687761c9fc (patch) | |
| tree | e8113af44de1fd0d722716c8774736c6e7259f7f /testing | |
| parent | c60bc3583cc9de49d05162efc05ce6c766c9a48e (diff) | |
[test] avoid reinstalling pysqlcipher if unneeded
Diffstat (limited to 'testing')
| -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 \ | 
