Skip to content

Commit

Permalink
Use a mirror directly, sourceforge is super slow :(
Browse files Browse the repository at this point in the history
  • Loading branch information
codito committed Aug 19, 2015
1 parent 8202c73 commit e5e9606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ init:
- "SET PATH=\\Python34;\\Python34\\Scripts;%PATH%"

install:
- ps: cinst wget -x86
- ps: wget.exe "http://downloads.sourceforge.net/pyqt/PyQt5/PyQt-5.5/PyQt5-5.5-gpl-Py3.4-Qt5.5.0-x32.exe" -O $env:temp/pyqt5_install.exe
- cmd: cinst wget -x86
- cmd: wget.exe -q "http://superb-sea2.dl.sourceforge.net/project/pyqt/PyQt5/PyQt-5.5/PyQt5-5.5-gpl-Py3.4-Qt5.5.0-x32.exe" -O %temp%/pyqt5_install.exe
- ps: "& $env:temp/pyqt5_install.exe /S"
- ps: "Wait-Process -Name pyqt5_install -Timeout 600"

Expand Down

0 comments on commit e5e9606

Please sign in to comment.