Skip to content

Commit

Permalink
Merge pull request #306 from pre-commit/all-repos_autofix_appveyor-py37
Browse files Browse the repository at this point in the history
Use python3.7 in appveyor
  • Loading branch information
asottile authored Jul 10, 2018
2 parents e719df5 + 9429570 commit a10dec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a10dec1

Please sign in to comment.