diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-04 07:47:37 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-04 07:47:37 -0400 |
| commit | 5de2f98ca4110cae54145f83e82fd04541571bae (patch) | |
| tree | f9878d852e279249ff9aa5d3014b38deccdd7b7d /appveyor.yml | |
| parent | 190ea5e08ba58c513a9b18929e96021895afd618 (diff) | |
| download | python-coveragepy-git-5de2f98ca4110cae54145f83e82fd04541571bae.tar.gz | |
Try to get 64-bit builds
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 40 |
1 files changed, 23 insertions, 17 deletions
diff --git a/appveyor.yml b/appveyor.yml index cd73b222..c81e97c4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,23 +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: "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" |
