Fix travis script syntax

This commit is contained in:
Steven Silvester
2015-09-04 09:13:13 -05:00
parent 39d069fbc8
commit f50408319b
+1 -1
View File
@@ -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