diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-11-04 10:27:48 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-11-04 10:27:48 -0400 |
commit | 1b27aab09598c933332804815d9c0929289d64dd (patch) | |
tree | 5a91f0107d7273c93982f8e95c7d58ff4c649c3a | |
parent | 6603b782be989ef1377231d8d00b73c19adb314b (diff) | |
download | python-coveragepy-git-1b27aab09598c933332804815d9c0929289d64dd.tar.gz |
Appveyor doesn't seem happy with 2.6 any more, so forget it
-rw-r--r-- | appveyor.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/appveyor.yml b/appveyor.yml index aa957980..f6b40660 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" |