From 7477be321de8b0653b75fc424d2fc4c6a943cd29 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 26 Mar 2013 10:45:30 -0400 Subject: travis-ci: fixed dangling if in install.sh --- testsuite/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/install.sh') 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 -- cgit v1.2.3-1-g7c22