third_party.pylibs.pylint.src/appveyor.yml
Marc Mueller 005cf2f317 Drop support for Python 3.5 to fix typing
* Variable annotation (PEP 526) requires Python 3.6
2021-02-15 14:34:46 +01:00

29 lines
542 B
YAML

version: '{branch}-{build}'
build: off
cache:
- 'C:\\tmp'
environment:
matrix:
- PYTHON: "C:\\Python36"
TOXENV: "py36"
- PYTHON: "C:\\Python37"
TOXENV: "py37"
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
- ps: mkdir C:\tmp
install:
- 'SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%'
- 'python -m pip install -U setuptools pip tox wheel virtualenv'
- 'python -m pip --version'
- 'python -m tox --version'
test_script:
- 'python -m tox'
on_failure:
- ps: dir "env:"
- ps: get-content .tox\*\log\*