mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Merge pull request #306 from pre-commit/all-repos_autofix_appveyor-py37
Use python3.7 in appveyor
This commit is contained in:
commit
a10dec1998
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
environment:
|
||||
matrix:
|
||||
- TOXENV: py27
|
||||
- TOXENV: py36
|
||||
- TOXENV: py37
|
||||
|
||||
install:
|
||||
- "SET PATH=C:\\Python36;C:\\Python36\\Scripts;%PATH%"
|
||||
- "SET PATH=C:\\Python37;C:\\Python37\\Scripts;%PATH%"
|
||||
- pip install tox
|
||||
|
||||
# Not a C# project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue