Skip to content

Commit

Permalink
Appveyor: get rid of wget dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Mar 11, 2015
1 parent b31bc71 commit 5bb6052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ init:

install:
- "powershell appveyor\\install.ps1"
- cinst wget

- cmd: git clone %PYTHON_WHEEL_BASE% binblob
- cmd: cd binblob
Expand All @@ -75,7 +74,7 @@ install:
- cmd: "%PYTHON%/Scripts/pip.exe install numpy-1.8.2+mkl-%PYTHON_WHEEL_ARCH%"
- cmd: "cd .."

- cmd: wget -nv -nc "http://sourceforge.net/projects/seabreeze/files/SeaBreeze/seabreeze-3.0.3.tar.bz2"
- ps: Start-FileDownload "http://sourceforge.net/projects/seabreeze/files/SeaBreeze/seabreeze-3.0.3.tar.bz2"
- cmd: 7z x "seabreeze-3.0.3.tar.bz2"
- cmd: 7z x "seabreeze-3.0.3.tar"
- cmd: cd "seabreeze-3.0.3"
Expand Down

0 comments on commit 5bb6052

Please sign in to comment.