summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-04 07:47:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-04 07:47:37 -0400
commitd85df1450667f9b695348527729d2bb3df85870c (patch)
tree0eaaea935661341bcf1049bb30bd3dec8466e0a2 /appveyor.yml
parent435e7dc8cf37e24eaa8665231c3cf30e5a161b92 (diff)
downloadpython-coveragepy-d85df1450667f9b695348527729d2bb3df85870c.tar.gz
Try to get 64-bit builds
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml40
1 files changed, 23 insertions, 17 deletions
diff --git a/appveyor.yml b/appveyor.yml
index cd73b22..c81e97c 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"