diff options
author | Kali Kaneko <kali@leap.se> | 2016-09-22 01:42:26 -0400 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-12-12 09:11:59 -0200 |
commit | 75208477a2f1634664b80b8501818e5a905aa0f3 (patch) | |
tree | 0a5b69036305f3c9fab1f8b6b1142254b6035ac7 /testing/tox.ini | |
parent | d738c0c166312a8f39f115a0773e6a3f30075977 (diff) |
[tests] adapt tests
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 31cb8a4f..0eeeab9e 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -1,5 +1,6 @@ [tox] envlist = py27 +skipsdist=True [testenv] basepython = python2.7 @@ -7,6 +8,7 @@ commands = py.test --cov-report=html \ --cov-report=term \ --cov=leap.soledad \ {posargs} +usedevelop = True deps = coverage pytest @@ -18,6 +20,7 @@ deps = pdbpp couchdb requests + service_identity # install soledad local packages -e../common -e../client |