Skip to content

Commit

Permalink
[appveyor] Removes UpgradeSetuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Dec 3, 2015
1 parent 624985b commit 715be6c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions appveyor/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ function InstallPip ($python_home) {
}
}

function UpgradeSetuptools ($python_home) {
$pip_path = $python_home + "/Scripts/pip.exe"
& $pip_path install -U setuptools
}

function InstallPackage ($python_home, $pkg) {
$pip_path = $python_home + "/Scripts/pip.exe"
& $pip_path install $pkg
Expand All @@ -84,7 +79,6 @@ function InstallPackage ($python_home, $pkg) {
function main () {
InstallPython $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
InstallPip $env:PYTHON
UpgradeSetuptools $env::PYTHON
InstallPackage $env:PYTHON wheel
}

Expand Down

0 comments on commit 715be6c

Please sign in to comment.