summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-11-04 10:27:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-11-04 10:27:48 -0400
commit046ea48c1fe2ca0dd456c1b78e7d825f7fdb8dca (patch)
treecb596ee8411d2b46b2fac953dbbe89605091b2a5
parentabf9a2df021e6e437a0ea6785e9ff177f6c8c8d1 (diff)
downloadpython-coveragepy-046ea48c1fe2ca0dd456c1b78e7d825f7fdb8dca.tar.gz
Appveyor doesn't seem happy with 2.6 any more, so forget it
-rw-r--r--appveyor.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/appveyor.yml b/appveyor.yml
index aa95798..f6b4066 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,18 +14,6 @@ environment:
PYTEST_ADDOPTS: "-n 0"
matrix:
- - JOB: "2.6 32-bit"
- TOXENV: "py26"
- 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.11"