Skip to content

Commit

Permalink
Use python3.7 in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jul 10, 2018
1 parent 49bb49d commit 721c7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -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 721c7db

Please sign in to comment.