mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 12:54:17 +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:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- TOXENV: py27
|
- TOXENV: py27
|
||||||
- TOXENV: py36
|
- TOXENV: py37
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "SET PATH=C:\\Python36;C:\\Python36\\Scripts;%PATH%"
|
- "SET PATH=C:\\Python37;C:\\Python37\\Scripts;%PATH%"
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
|
||||||
# Not a C# project
|
# Not a C# project
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue