summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-10 06:06:20 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-10 06:06:20 -0400
commit6a94b3cfcfd457aca626b79a5d7beea4d984e225 (patch)
treecb223d075168cf4c03ffaa63d8441979155c6bee /appveyor.yml
parentfd42c0280cbb940907f4971e0aea25db33751883 (diff)
downloadpython-coveragepy-6a94b3cfcfd457aca626b79a5d7beea4d984e225.tar.gz
ci/run_with_env.cmd requires PYTHON_VERSON to have two dots.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml62
1 files changed, 31 insertions, 31 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 15522a7..54f4b91 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,58 +17,58 @@ environment:
matrix:
- JOB: "2.6 32-bit"
TOXENV: "py26"
- PYTHON: "C:\\Python266"
+ PYTHON: "C:\\Python26.6"
PYTHON_VERSION: "2.6.6"
PYTHON_ARCH: "32"
+ - JOB: "2.6 64-bit"
+ TOXENV: "py26"
+ PYTHON: "C:\\Python26.6-x64"
+ PYTHON_VERSION: "2.6.6"
+ PYTHON_ARCH: "64"
+
- JOB: "2.7 32-bit"
TOXENV: "py27"
- PYTHON: "C:\\Python27"
- PYTHON_VERSION: "2.7"
+ PYTHON: "C:\\Python27.10"
+ PYTHON_VERSION: "2.7.10"
PYTHON_ARCH: "32"
+ - JOB: "2.7 64-bit"
+ TOXENV: "py27"
+ PYTHON: "C:\\Python27.10-x64"
+ PYTHON_VERSION: "2.7.10"
+ PYTHON_ARCH: "64"
+
- JOB: "3.3 32-bit"
TOXENV: "py33"
PYTHON: "C:\\Python33"
- PYTHON_VERSION: "3.3"
+ PYTHON_VERSION: "3.3.x"
PYTHON_ARCH: "32"
+ - JOB: "3.3 64-bit"
+ TOXENV: "py33"
+ PYTHON: "C:\\Python33-x64"
+ PYTHON_VERSION: "3.3.x"
+ PYTHON_ARCH: "64"
+
- JOB: "3.4 32-bit"
TOXENV: "py34"
PYTHON: "C:\\Python34"
- PYTHON_VERSION: "3.4"
+ PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: "32"
+ - JOB: "3.4 64-bit"
+ TOXENV: "py34"
+ PYTHON: "C:\\Python34-x64"
+ PYTHON_VERSION: "3.4.x"
+ PYTHON_ARCH: "64"
+
- JOB: "3.5 32-bit"
TOXENV: "py35"
PYTHON: "C:\\Python35rc2"
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"
- 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"
@@ -79,14 +79,14 @@ environment:
- JOB: "Meta 2.7"
TOXENV: "py27"
PYTHON: "C:\\Python27"
- PYTHON_VERSION: "2.7"
+ PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "32"
COVERAGE_COVERAGE: "yes"
- JOB: "Meta 3.4"
TOXENV: "py34"
PYTHON: "C:\\Python34"
- PYTHON_VERSION: "3.4"
+ PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: "32"
COVERAGE_COVERAGE: "yes"