diff options
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index ddec1ab1..1f8c7ee3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,6 +30,12 @@ environment: PYTHON_ARCH: "64" TOXENV: "py36" TOXPY36: "%PYTHON%\\python.exe" + + - PYTHON: "C:\\Python37-x64" + PYTHON_VERSION: "3.7.x" + PYTHON_ARCH: "64" + TOXENV: "py37" + TOXPY37: "%PYTHON%\\python.exe" cache: - C:\Users\appveyor\AppData\Local\pip\Cache |
