Skip to content

Commit a10dec1

Browse files
authored
Merge pull request #306 from pre-commit/all-repos_autofix_appveyor-py37
Use python3.7 in appveyor
2 parents e719df5 + 9429570 commit a10dec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
environment:
22
matrix:
33
- TOXENV: py27
4-
- TOXENV: py36
4+
- TOXENV: py37
55

66
install:
7-
- "SET PATH=C:\\Python36;C:\\Python36\\Scripts;%PATH%"
7+
- "SET PATH=C:\\Python37;C:\\Python37\\Scripts;%PATH%"
88
- pip install tox
99

1010
# Not a C# project

0 commit comments

Comments
 (0)