tqdm/appveyor.yml

21 lines
413 B
YAML
Raw Normal View History

2018-01-31 19:38:19 +00:00
build: false
environment:
matrix:
- PYVER: 27
TOXENV: py
- PYVER: 36
TOXENV: py
2020-10-07 15:06:51 +00:00
- PYVER: 37
TOXENV: py
#- PYVER: 38
# TOXENV: py
2018-01-31 19:38:19 +00:00
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'