mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Upgrade Travis to the last pyqt build
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
|
||||
set -e
|
||||
|
||||
SIP=4.16.7
|
||||
PYQT=5.4.1
|
||||
SIP=4.16.8
|
||||
PYQT=5.4.2
|
||||
|
||||
echo "Install sip $SIP and PyQT $PYQT"
|
||||
|
||||
@@ -44,6 +44,8 @@ cd "sip-${SIP}"
|
||||
echo "sip make install"
|
||||
sudo make install
|
||||
|
||||
cd ..
|
||||
|
||||
echo "Install PyQT"
|
||||
|
||||
# install PyQt
|
||||
|
||||
Reference in New Issue
Block a user