summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-26 10:45:30 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-26 10:45:30 -0400
commit7477be321de8b0653b75fc424d2fc4c6a943cd29 (patch)
treefbafd76561f2a7c6eba51189e2d84f3c2554af07 /testsuite/install.sh
parent00317c9a97694ec5cf610e1c319260d63abc8eba (diff)
downloadbcfg2-7477be321de8b0653b75fc424d2fc4c6a943cd29.tar.gz
bcfg2-7477be321de8b0653b75fc424d2fc4c6a943cd29.tar.bz2
bcfg2-7477be321de8b0653b75fc424d2fc4c6a943cd29.zip
travis-ci: fixed dangling if in install.sh
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