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 | 04a29866f5b4d1bf1b900e51cbff9806b6361eff (patch) | |
| tree | de69bc26a5bc1b2972f082f3848e2e7e7c0c03bb | |
| parent | d85df1450667f9b695348527729d2bb3df85870c (diff) | |
| download | python-coveragepy-04a29866f5b4d1bf1b900e51cbff9806b6361eff.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 c81e97c..d19754d 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" |
