Skip to content

Commit

Permalink
appveyor has real Python3.8 support now (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 28, 2019
1 parent 4806936 commit 4c83be8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4c83be8

Please sign in to comment.