summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M. Larson <sethmichaellarson@gmail.com>2018-10-10 20:09:48 -0500
committerGitHub <noreply@github.com>2018-10-10 20:09:48 -0500
commit7d3c92e9df1fdd541e9685e68fa8bcce17dde02d (patch)
treede24939047129642e98cdeb5104d778005dc28f1
parent977c9ffc86df83e69d3350b46b32abe9f916b5d7 (diff)
downloadurllib3-appveyor-py37.tar.gz
Test against Python 3.7 on AppVeyorappveyor-py37
-rw-r--r--appveyor.yml6
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