summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-27 12:03:14 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-27 12:03:14 -0500
commit50fe58d521e2531406496e36a034cf8d0188ec53 (patch)
tree4bbe9c0baea428336a2fe0251f91e38ed2032b83
parent5c2699020bbd38ed20092647328b96cee77270ad (diff)
downloadpython-coveragepy-git-50fe58d521e2531406496e36a034cf8d0188ec53.tar.gz
Try doing windows py3 meta on 3.5
-rw-r--r--appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5ca20356..41f61121 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -82,10 +82,10 @@ environment:
PYTHON_ARCH: "32"
COVERAGE_COVERAGE: "yes"
- - JOB: "Meta 3.4"
- TOXENV: "py34"
- PYTHON: "C:\\Python34"
- PYTHON_VERSION: "3.4"
+ - JOB: "Meta 3.5"
+ TOXENV: "py35"
+ PYTHON: "C:\\Python35"
+ PYTHON_VERSION: "3.5"
PYTHON_ARCH: "32"
COVERAGE_COVERAGE: "yes"