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 /scripts/testing | |
parent | 3e94cafa43d464d73815e21810b97a4faf54136d (diff) |
[test] adapt tests to new python package
Diffstat (limited to 'scripts/testing')
-rwxr-xr-x | scripts/testing/develop_mode.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/testing/develop_mode.sh b/scripts/testing/develop_mode.sh deleted file mode 100755 index 8d2ebaa8..00000000 --- a/scripts/testing/develop_mode.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -cd common -python setup.py develop -cd ../client -python setup.py develop -cd ../server -python setup.py develop |