Add travis debug

This commit is contained in:
Julien Duponchelle
2015-06-05 17:49:46 +02:00
parent 0e42f31b88
commit 222b476d84

View File

@@ -32,14 +32,20 @@ then
wget --quiet --output-document=sip.tar.gz "http://downloads.sourceforge.net/project/pyqt/sip/sip-${SIP}/sip-${SIP}.tar.gz"
tar -xf sip.tar.gz
cd "sip-${SIP}"
echo "sip configure"
python -B configure.py
echo "sip make"
make
cd ..
fi
cd "sip-${SIP}"
echo "sip make install"
sudo make install
echo "Install PyQT"
# install PyQt
if [ ! -d "PyQt-x11-gpl-${PYQT}" ]
then