Skip to content

Commit

Permalink
Restore PySide install for 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 3, 2015
1 parent 6f139f5 commit 53c25f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ $PY == 2.7* ]]; then
ln -sf $LIB_SYSTEM_PATH/$LIB $LIB_VIRTUALENV_PATH/$LIB
done

elif [[ $PY != 3.2* ]] && [[ $PY != 3.5* ]]; then
elif [[ $PY != 3.2* ]]; then
python ~/venv/bin/pyside_postinstall.py -install
fi

Expand Down

0 comments on commit 53c25f0

Please sign in to comment.