Browse Source

appveyor: fix for shadowing pip upgrade (#126)

tags/v0.4.3
Ben Kurtovic 8 years ago
parent
commit
3c12e72ce7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml View File

@@ -54,7 +54,7 @@ environment:
PYTHON_ARCH: "64"

install:
- "%PIP% install --disable-pip-version-check --upgrade pip"
- "%PIP% install --disable-pip-version-check --user --upgrade pip"
- "%PIP% install wheel twine"

build_script:


Loading…
Cancel
Save