minimize pyside package install

correct line endings to satisfy Lord Travis
This commit is contained in:
Luke Campagnola 2014-03-24 17:36:24 -04:00
parent 1e3cc95e37
commit 537028f88f
5 changed files with 224 additions and 224 deletions

View File

@ -52,7 +52,7 @@ install:
if [ ${QT} == 'pyqt' ]; then if [ ${QT} == 'pyqt' ]; then
travis_retry sudo apt-get -qq -y install python-qt4 python-qt4-gl; travis_retry sudo apt-get -qq -y install python-qt4 python-qt4-gl;
else else
travis_retry sudo apt-get -qq -y install python-pyside python-pyside.qtopengl; travis_retry sudo apt-get -qq -y install python-pyside.qtcore python-pyside.qtgui python-pyside.qtsvg python-pyside.qtopengl;
fi; fi;
fi; fi;