diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-04 08:11:17 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-04 08:11:17 -0400 |
commit | d768e9a608b82f7a44f9bd27e80e3599a3fccc1f (patch) | |
tree | 096c281f630a5977e6de6e12531b2cc0707a5e6b | |
parent | 5de2f98ca4110cae54145f83e82fd04541571bae (diff) | |
download | python-coveragepy-git-d768e9a608b82f7a44f9bd27e80e3599a3fccc1f.tar.gz |
hmmm, 64-bit still doesn't work: https://ci.appveyor.com/project/nedbat/coveragepy/build/default-46
-rw-r--r-- | appveyor.yml | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/appveyor.yml b/appveyor.yml index c81e97c4..d19754d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,29 +40,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" |