diff options
| author | drebs <drebs@leap.se> | 2017-06-27 14:54:51 -0300 | 
|---|---|---|
| committer | Kali Kaneko <kali@leap.se> | 2017-06-28 23:34:57 +0200 | 
| commit | 4c5ad7b896bd8e7e15732c77212d6a5602429914 (patch) | |
| tree | c5c2f7d5c574b314d3197528fdc572dc1ab80516 /testing | |
| parent | fa2f6b368d88aaf2e18b8e2bf9ace79e23c5d84b (diff) | |
[test] use pip -e for installing soledad for 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 4a427664..bb8f0913 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -26,9 +26,9 @@ deps =      requests      service_identity  # install soledad from current tree -    ../ -    ../[client] -    ../[server] +    -e../ +    -e../[client] +    -e../[server]  setenv =      HOME=/tmp      TERM=xterm @@ -55,9 +55,9 @@ deps =      requests      service_identity  # install soledad local packages -    ../ -    ../[client] -    ../[server] +    -e../ +    -e../[client] +    -e../[server]  setenv =      HOME=/tmp      TERM=xterm | 
