tqdm/appveyor.yml

18 lines
326 B
YAML
Raw Normal View History

2018-01-31 19:38:19 +00:00
build: false
environment:
2020-10-26 15:18:21 +00:00
global:
TOXENV: py
2018-01-31 19:38:19 +00:00
matrix:
- PYVER: 27
- PYVER: 36
2020-10-07 15:06:51 +00:00
- PYVER: 37
#- PYVER: 38
2018-01-31 19:38:19 +00:00
install:
- git fetch --tags
- C:\Python%PYVER%\scripts\pip install -U tox
test_script:
- C:\Python%PYVER%\scripts\tox
cache:
- '%LOCALAPPDATA%\pip\cache'
- '%USERPROFILE%\.cache\pre-commit'