X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=appveyor.yml;h=804a8da30522509e0aa994a55841392ece1f624c;hb=a5f7cc74c08c3aa6964a7b744cb32c59f1b8bcc5;hp=41b1cb21b318acf539c7e2f3ffd0c6f8950db612;hpb=7ec8811ea1e63e85f95a766095cb2479a52dc756;p=m_librarian.git diff --git a/appveyor.yml b/appveyor.yml index 41b1cb2..804a8da 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' @@ -50,8 +42,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 ppu" + - "python -m pip install --upgrade \"pip < 19.1\" setuptools" + - "pip install --upgrade \"tox < 3.1\" ppu" - "pip --version" # No build step