appveyor does not yet have 3.7

development
mattsb42-aws 2018-06-05 16:45:29 -07:00
parent b614e0cd4c
commit 6d6ecd3a34
1 changed files with 0 additions and 6 deletions

View File

@ -43,12 +43,6 @@ environment:
- PYTHON: "C:\\Python36-x64"
TOXENV: "py36"
# Python 3.7
- PYTHON: "C:\\Python37"
TOXENV: "py37"
- PYTHON: "C:\\Python37-x64"
TOXENV: "py37"
install:
# Prepend newly installed Python to the PATH of this build
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"