summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/install.sh')
-rwxr-xr-xtestsuite/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 535e594b5..599b24ac7 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -10,6 +10,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
pip install --use-mirrors genshi PyYAML pyinotify
if [[ $PYVER == "2.5" ]]; then
pip install --use-mirrors simplejson
+ fi
if [[ ${PYVER:0:1} == "2" ]]; then
# django supports py3k, but South doesn't, and the django bits
# in bcfg2 require South