diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-03-26 10:45:30 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-03-26 10:45:30 -0400 |
commit | 7477be321de8b0653b75fc424d2fc4c6a943cd29 (patch) | |
tree | fbafd76561f2a7c6eba51189e2d84f3c2554af07 /testsuite/install.sh | |
parent | 00317c9a97694ec5cf610e1c319260d63abc8eba (diff) | |
download | bcfg2-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-x | testsuite/install.sh | 1 |
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 |