diff options
Diffstat (limited to 'scripts/testing/develop_mode.sh')
-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 |