From f50408319b17b5422107265fd054ac334e6e3619 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 4 Sep 2015 09:13:13 -0500 Subject: [PATCH] Fix travis script syntax --- tools/travis_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis_script.sh b/tools/travis_script.sh index 9a58d822..afb1cf41 100755 --- a/tools/travis_script.sh +++ b/tools/travis_script.sh @@ -41,7 +41,7 @@ if [[ $PY == 2.7* ]]; then ln -sf $LIB_SYSTEM_PATH/$LIB $LIB_VIRTUALENV_PATH/$LIB done -else if [[ $PY != 3.2* ]]; then +elif [[ $PY != 3.2* ]]; then python ~/venv/bin/pyside_postinstall.py -install fi