Turn off Appyveyor 3.9

This commit is contained in:
Adam Hopkins 2020-12-24 22:09:51 +02:00
parent b9b3b4051a
commit ea9cf365bc

View File

@ -17,11 +17,11 @@ environment:
PYTHON_VERSION: "3.8.x" PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
- TOXENV: py39-no-ext # - TOXENV: py39-no-ext
PYTHON: "C:\\Python39-x64\\python" # PYTHON: "C:\\Python39-x64\\python"
PYTHONPATH: "C:\\Python39-x64" # PYTHONPATH: "C:\\Python39-x64"
PYTHON_VERSION: "3.9.x" # PYTHON_VERSION: "3.9.x"
PYTHON_ARCH: "64" # PYTHON_ARCH: "64"
init: SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" init: SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"