Use python3.7 in appveyor

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2018-07-10 13:13:21 -07:00
parent e719df51fe
commit 942957096f

View file

@ -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