diff options
author | drebs <drebs@leap.se> | 2017-06-18 16:19:24 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-24 00:53:40 +0200 |
commit | 8ebaab3356bf96e20af269fa4f5f53654e110cee (patch) | |
tree | 130f3111adcff5146667175df67007f82a97b46a /testing | |
parent | 3e94cafa43d464d73815e21810b97a4faf54136d (diff) |
[test] adapt tests to new python package
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tox.ini | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 111d0acd..82f7475a 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -25,10 +25,8 @@ deps = couchdb requests service_identity -# install soledad local packages - -e../common - -e../client - -e../server +# install soledad from current tree + -e../ setenv = HOME=/tmp TERM=xterm |