diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-27 07:43:41 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-27 07:43:41 -0500 |
commit | 5c2699020bbd38ed20092647328b96cee77270ad (patch) | |
tree | 18f009a382b28fa7d8edfb4aa6930dbaa5bc545f | |
parent | 4d12f1d3ea075bb8b1dd622b0a62c05b8c8b3fe6 (diff) | |
download | python-coveragepy-git-5c2699020bbd38ed20092647328b96cee77270ad.tar.gz |
Get a Windows 3.6 build
-rw-r--r-- | appveyor.yml | 12 |
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" |