Merge pull request #306 from pre-commit/all-repos_autofix_appveyor-py37

Use python3.7 in appveyor
This commit is contained in:
Anthony Sottile 2018-07-10 14:23:39 -07:00 committed by GitHub
commit a10dec1998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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