Skip to content

Commit

Permalink
Merge fe4122c into 36ee85f
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Jan 21, 2016
2 parents 36ee85f + fe4122c commit 6a4e9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -24,8 +24,8 @@ init:
- ps: $Env:path = $Env:python + ";" + $Env:python + "\scripts;" + $Env:sdkbin + ";" + $Env:path
install:
- ps: if ((Test-Path "c:/egg_cache") -eq 0) { mkdir c:/egg_cache }
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'c:/get-pip.py')
- ps: python c:/get-pip.py
- ps: python -m pip install --upgrade --no-use-wheel pip
- ps: pip install --upgrade wheel
- ps: pip --version
- cmd /v:on /e:on /c ".\appveyor-install.cmd"
test_script:
Expand Down

0 comments on commit 6a4e9f8

Please sign in to comment.