summaryrefslogtreecommitdiff
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
commit16b8693d7d765375476d1e86ef09b2fee725b43a (patch)
tree99b4087b21ce078a7a692f952d16e1cff0922d85
parent67d2d375d50d1169dbe00c40988b97468b86823d (diff)
downloadpython-coveragepy-16b8693d7d765375476d1e86ef09b2fee725b43a.tar.gz
Get a Windows 3.6 build
-rw-r--r--appveyor.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7697cba..5ca2035 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"