Sign in
cobalt
/
pre-commit-hooks
/
5dd1819e8b6757490f8c20b51df219d714d4ab0e
/
.
/
appveyor.yml
blob: a0df40bb67ebab3737967da83fcd2b54349249ea [
file
] [
log
] [
blame
]
environment:
matrix:
-
TOXENV:
py27
-
TOXENV:
py36
install:
-
"SET PATH=C:\\Python36;C:\\Python36\\Scripts;%PATH%"
-
pip install tox
# Not a C# project
build:
false
test_script:
tox
cache:
-
'%LOCALAPPDATA%\pip\cache'
-
'%USERPROFILE%\.pre-commit'