Skip to content

Commit 9429570

Browse files
committed
Use python3.7 in appveyor
Committed via https://github.com/asottile/all-repos
1 parent e719df5 commit 9429570

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)