X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=appveyor.yml;h=8dd50c3f8f5a2a8fcf656864583bfaaa3828d00b;hb=df293d52108513cf3b868b4131f25ee281227037;hp=21ee1eb567a50d3378c2b6e147a1f0ade12b1049;hpb=84d22a9de904ccac6880666bff64c80b584b9eb8;p=ppu.git diff --git a/appveyor.yml b/appveyor.yml index 21ee1eb..8dd50c3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,14 +30,22 @@ environment: PYTHON_VERSION: "3.7" PYTHON_ARCH: "64" PYTHON_HOME: "C:\\Python37-x64" + - TOXENV: "py38" + PYTHON_VERSION: "3.8" + PYTHON_ARCH: "32" + PYTHON_HOME: "C:\\Python38" + - TOXENV: "py38" + PYTHON_VERSION: "3.8" + PYTHON_ARCH: "64" + PYTHON_HOME: "C:\\Python38-x64" - TOXENV: "py27-flake8" PYTHON_VERSION: "2.7" PYTHON_ARCH: "32" PYTHON_HOME: "C:\\Python27" - - TOXENV: "py37-flake8" - PYTHON_VERSION: "3.7" + - TOXENV: "py38-flake8" + PYTHON_VERSION: "3.8" PYTHON_ARCH: "64" - PYTHON_HOME: "C:\\Python37-x64" + PYTHON_HOME: "C:\\Python38-x64" install: # Ensure we use the right python version @@ -45,8 +53,8 @@ install: - "SET TOXPYTHON=%PYTHON_HOME%\\python.exe" - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - - "python -m pip install --upgrade \"pip < 19.1\" setuptools" - - "pip install --upgrade \"tox < 3.1\" ppu" + - "python -m pip install --upgrade \"pip<21\" \"setuptools<44\"" + - "pip install --upgrade \"tox<3.1\" ppu" - "pip --version" # No build step - we don't have C extensions