summaryrefslogtreecommitdiff
path: root/scripts/testing
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-05-19 22:04:48 -0300
committerdrebs <drebs@leap.se>2016-06-08 12:42:20 -0300
commite94324c7a4d4e293fe3e38fa3c1becec146372e9 (patch)
tree1cc8c980698615a2b6fe65e3b99bf840eafab412 /scripts/testing
parent929650db7d74011614b4c30ad1dc838f5ecbc266 (diff)
[refactor] reorganize scripts dir
Diffstat (limited to 'scripts/testing')
-rwxr-xr-xscripts/testing/develop_mode.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/testing/develop_mode.sh b/scripts/testing/develop_mode.sh
new file mode 100755
index 00000000..8d2ebaa8
--- /dev/null
+++ b/scripts/testing/develop_mode.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+cd common
+python setup.py develop
+cd ../client
+python setup.py develop
+cd ../server
+python setup.py develop