From 4c83be870e2f04dc6de01e62b10926594e61a67b Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Thu, 28 Nov 2019 16:21:20 +0100 Subject: [PATCH] appveyor has real Python3.8 support now (#302) --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ea668c6f..fa7faa27 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,12 +29,6 @@ environment: PYTHON_ARCH: "64" install: - - ps: | - if (-not (Test-Path $env:PYTHON)) { - curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/11a389d78892cf90addac8f69433d5e22bfa422a/install_python.ps1 - .\install_python.ps1 - } - # delete the above when appveyor has real Python 3.8 support - "set PATH=%PYTHON%\\Scripts;%PATH%" - "%PYTHON%\\python.exe -m pip install -U pip setuptools^>=20.3 wheel" - "%PYTHON%\\python.exe -m pip install -U pytest==4.6.4 codecov pytest-xdist pytest-cov galaxy-lib"