diff options
author | Victor Shyba <victor1984@riseup.net> | 2017-06-24 05:38:57 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-24 12:51:18 +0200 |
commit | c632bf5f97ffda038a208faa5a31dccb88700deb (patch) | |
tree | 9954e34a180b8a2a98860eb62a4db59726ddb617 /testing | |
parent | ef59174956aef2173cc0a7fa444def3b7841f1e0 (diff) |
[bug] fix tests
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tox.ini | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index ec73fec2..4a427664 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -26,9 +26,9 @@ deps = requests service_identity # install soledad from current tree - -e../ - -e"../[client]" - -e"../[server]" + ../ + ../[client] + ../[server] setenv = HOME=/tmp TERM=xterm @@ -55,9 +55,9 @@ deps = requests service_identity # install soledad local packages - -e../ - -e"../[client]" - -e"../[server]" + ../ + ../[client] + ../[server] setenv = HOME=/tmp TERM=xterm |