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