summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-06-18 16:19:24 -0300
committerKali Kaneko <kali@leap.se>2017-06-24 00:53:40 +0200
commit8ebaab3356bf96e20af269fa4f5f53654e110cee (patch)
tree130f3111adcff5146667175df67007f82a97b46a /scripts
parent3e94cafa43d464d73815e21810b97a4faf54136d (diff)
[test] adapt tests to new python package
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/testing/develop_mode.sh7
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