diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 21:45:27 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 21:45:27 -0400 |
commit | e745a5ee076f49d47759539be7eaef88d96435d5 (patch) | |
tree | 3969155f5691591c3c795323b64acddb424bef3d | |
parent | b1ef1f6485b0fb0d5249d5eef18899295b863b5b (diff) | |
download | python-coveragepy-git-e745a5ee076f49d47759539be7eaef88d96435d5.tar.gz |
Add 2.6 64-bit
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index dcdc5d52..c275f4f8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,6 +45,12 @@ environment: PYTHON_VERSION: "3.5.0rc2" PYTHON_ARCH: "32" + - JOB: "2.6 64-bit" + TOXENV: "py26" + PYTHON: "C:\\Python266-x64" + PYTHON_VERSION: "2.6.6" + PYTHON_ARCH: "64" + - JOB: "2.7 64-bit" TOXENV: "py27" PYTHON: "C:\\Python27-x64" |