Merge pull request #792 from pre-commit/py37_appveyor

Use python3.7 in appveyor
This commit is contained in:
Anthony Sottile 2018-07-10 12:31:36 -07:00 committed by GitHub
commit 259ef9e530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,10 +4,10 @@ environment:
TOX_TESTENV_PASSENV: COVERAGE_IGNORE_WINDOWS
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 virtualenv --upgrade
- "mkdir -p C:\\Temp"
- "SET TMPDIR=C:\\Temp"