Another travis fix...

This commit is contained in:
Julien Duponchelle
2015-06-05 18:05:25 +02:00
parent 1a55c472e0
commit 731a838c16

View File

@@ -51,7 +51,7 @@ if [ ! -d "PyQt-x11-gpl-${PYQT}" ]
then
wget --quiet --output-document=pyqt.tar.gz "http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${PYQT}/PyQt-gpl-${PYQT}.tar.gz"
tar -xf pyqt.tar.gz
cd "PyQt-x11-gpl-${PYQT}"
cd "PyQt-gpl-${PYQT}"
python -B configure.py --confirm-license
make
cd ..