summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-05 07:13:07 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-05 07:13:07 -0400
commit8b54205e2ef06f16601ce682f88afbf944cd76be (patch)
treebde48d97e04fac83e645146c3d3b022c85d42a62
parentced96540518bf058592b8aefa1b969f5a788bc0f (diff)
downloadpython-coveragepy-git-8b54205e2ef06f16601ce682f88afbf944cd76be.tar.gz
Try rolling builds, and let 64-bit fail but still build kits
-rw-r--r--appveyor.yml53
1 files changed, 30 insertions, 23 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d19754d7..c79e4f55 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,6 +5,13 @@ version: '{branch}-{build}'
shallow_clone: true
+matrix:
+
+ fast_finish: true
+
+ allow_failures:
+ - PYTHON_ARCH: "64"
+
environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\run_with_env.cmd"
@@ -40,29 +47,29 @@ environment:
PYTHON_VERSION: "3.5.0rc2"
PYTHON_ARCH: "32"
- # - JOB: "2.7 64-bit"
- # TOXENV: "py27"
- # PYTHON: "C:\\Python27-x64"
- # PYTHON_VERSION: "2.7"
- # PYTHON_ARCH: "64"
- #
- # - JOB: "3.3 64-bit"
- # TOXENV: "py33"
- # PYTHON: "C:\\Python33-x64"
- # PYTHON_VERSION: "3.3"
- # PYTHON_ARCH: "64"
- #
- # - JOB: "3.4 64-bit"
- # TOXENV: "py34"
- # PYTHON: "C:\\Python34-x64"
- # PYTHON_VERSION: "3.4"
- # PYTHON_ARCH: "64"
- #
- # - JOB: "3.5 64-bit"
- # TOXENV: "py35"
- # PYTHON: "C:\\Python35rc2-x64"
- # PYTHON_VERSION: "3.5.0rc2"
- # PYTHON_ARCH: "64"
+ - JOB: "2.7 64-bit"
+ TOXENV: "py27"
+ PYTHON: "C:\\Python27-x64"
+ PYTHON_VERSION: "2.7"
+ PYTHON_ARCH: "64"
+
+ - JOB: "3.3 64-bit"
+ TOXENV: "py33"
+ PYTHON: "C:\\Python33-x64"
+ PYTHON_VERSION: "3.3"
+ PYTHON_ARCH: "64"
+
+ - JOB: "3.4 64-bit"
+ TOXENV: "py34"
+ PYTHON: "C:\\Python34-x64"
+ PYTHON_VERSION: "3.4"
+ PYTHON_ARCH: "64"
+
+ - JOB: "3.5 64-bit"
+ TOXENV: "py35"
+ PYTHON: "C:\\Python35rc2-x64"
+ PYTHON_VERSION: "3.5.0rc2"
+ PYTHON_ARCH: "64"
# Meta coverage
- JOB: "Meta 2.7"