mirror of https://github.com/tqdm/tqdm.git
parent
f37a43ab95
commit
dadb349248
17
appveyor.yml
17
appveyor.yml
|
@ -1,17 +0,0 @@
|
|||
build: false
|
||||
environment:
|
||||
global:
|
||||
TOXENV: py
|
||||
matrix:
|
||||
- PYVER: 27
|
||||
- PYVER: 36
|
||||
- PYVER: 37
|
||||
#- PYVER: 38
|
||||
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'
|
Loading…
Reference in New Issue