Explorar el Código

appveyor: fix for shadowing pip upgrade (#126)

tags/v0.4.3
Ben Kurtovic hace 8 años
padre
commit
3c12e72ce7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml Ver fichero

@@ -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:


Cargando…
Cancelar
Guardar