summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-27 07:43:41 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-27 07:43:41 -0500
commit5c2699020bbd38ed20092647328b96cee77270ad (patch)
tree18f009a382b28fa7d8edfb4aa6930dbaa5bc545f /appveyor.yml
parent4d12f1d3ea075bb8b1dd622b0a62c05b8c8b3fe6 (diff)
downloadpython-coveragepy-git-5c2699020bbd38ed20092647328b96cee77270ad.tar.gz
Get a Windows 3.6 build
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7697cba7..5ca20356 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,6 +62,18 @@ environment:
PYTHON_VERSION: "3.5.0"
PYTHON_ARCH: "64"
+ - JOB: "3.6 32-bit"
+ TOXENV: "py36"
+ PYTHON: "C:\\Python36"
+ PYTHON_VERSION: "3.6.0"
+ PYTHON_ARCH: "32"
+
+ - JOB: "3.6 64-bit"
+ TOXENV: "py36"
+ PYTHON: "C:\\Python36-x64"
+ PYTHON_VERSION: "3.6.0"
+ PYTHON_ARCH: "64"
+
# Meta coverage
- JOB: "Meta 2.7"
TOXENV: "py27"