Update .travis.yml
This commit is contained in:
parent
4099704266
commit
63f6a23e6a
@ -16,9 +16,9 @@ before_install:
|
||||
- make -j 2
|
||||
- sudo make install
|
||||
- cd ..
|
||||
- curl -L -O http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.12.1/PyQt4_gpl_x11-4.12.1.tar.gz
|
||||
- tar -xvf PyQt4_gpl_x11-4.12.1.tar.gz
|
||||
- cd PyQt4_gpl_x11-4.12.1
|
||||
- curl -L -O http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.5/PyQt-x11-gpl-4.9.5.tar.gz
|
||||
- tar -xvf PyQt-x11-gpl-4.9.5.tar.gz
|
||||
- cd PyQt-x11-gpl-4.9.5
|
||||
- python configure.py --confirm-license
|
||||
- make -j 2
|
||||
- sudo make install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user