Skip to content

Commit

Permalink
Appveyor: stop downloading pip
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Oct 3, 2017
1 parent c8ba3e4 commit 8aa64c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ platform:

environment:
PYTHON_PATH: "C:/Python27"
PYTHON_PACKAGE_PATH: "C:/Python27/Scripts"

configuration:
- Debug
Expand All @@ -26,9 +25,7 @@ branches:

# scripts that are called at very beginning, before repo cloning
init:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON_PATH%/python.exe C:/get-pip.py"
- "%PYTHON_PACKAGE_PATH%/pip.exe install nose"
- "%PYTHON_PATH%/Scripts/pip.exe install nose"

# scripts that run after cloning repository
install:
Expand Down

0 comments on commit 8aa64c6

Please sign in to comment.