X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=appveyor.yml;h=0b492c394660b4036c313fe9e9a3855bb847ea44;hb=e47ea1d5229761abcedccaa24a1b26efea81c72e;hp=0c913f24b63f02c99ed36603a594e27d1bba4b36;hpb=64c05bf104d7738a3fe3250c4efea305cfe461c3;p=m_librarian.git diff --git a/appveyor.yml b/appveyor.yml index 0c913f2..0b492c3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,14 +1,6 @@ # Heavily inspired by Oliver Grisel's appveyor-demo (https://github.com/ogrisel/python-appveyor-demo) version: '{branch}-{build}' -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master -skip_branch_with_pr: false -skip_tags: true - cache: - '%LOCALAPPDATA%\pip\Cache' @@ -43,6 +35,14 @@ environment: PYTHON_VERSION: "3.7" PYTHON_ARCH: "64" PYTHON_HOME: "C:\\Python37-x64" + - TOXENV: "py38-sqlite-w32" + PYTHON_VERSION: "3.8" + PYTHON_ARCH: "32" + PYTHON_HOME: "C:\\Python38" + - TOXENV: "py38-sqlite-w32" + PYTHON_VERSION: "3.8" + PYTHON_ARCH: "64" + PYTHON_HOME: "C:\\Python38-x64" install: # Ensure we use the right python version @@ -50,8 +50,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<19.1\" \"setuptools<44\"" + - "pip install --upgrade \"tox<3.1\" ppu" - "pip --version" # No build step