X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=appveyor.yml;h=21ee1eb567a50d3378c2b6e147a1f0ade12b1049;hb=66a2e31cb049a4873f871fd34916410affbedd0e;hp=5c50ceeb14e10e7b178a4973f702f5836abf1c43;hpb=0dfca528893d4019b8c4568cae728569b694afbb;p=ppu.git diff --git a/appveyor.yml b/appveyor.yml index 5c50cee..21ee1eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,14 +2,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' @@ -53,8 +45,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 setuptools" - - "pip install --upgrade tox" + - "python -m pip install --upgrade \"pip < 19.1\" setuptools" + - "pip install --upgrade \"tox < 3.1\" ppu" - "pip --version" # No build step - we don't have C extensions