build: false
environment:
matrix:
- PYVER: 27
TOXENV: py
- PYVER: 36
- PYVER: 37
#- PYVER: 38
# TOXENV: py
install:
- git fetch --tags
- C:\Python%PYVER%\scripts\pip install -U tox
- C:\Python%PYVER%\scripts\tox install .
test_script:
- C:\Python%PYVER%\scripts\tox
cache:
- '%LOCALAPPDATA%\pip\cache'
- '%USERPROFILE%\.cache\pre-commit'