summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-08-06 13:48:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-08-06 13:48:44 -0400
commita7ab9cad90a84c2ac3545ebe8a90e04610f3912c (patch)
tree25712c46eb4158e2dc0f485f2ae34beb38ef7f3f /appveyor.yml
parent3565b897757d699d558ad975bd03766e8d82f3fc (diff)
downloadpython-coveragepy-a7ab9cad90a84c2ac3545ebe8a90e04610f3912c.tar.gz
Windows 3.3 on Appveyor isn't building, so skip it.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8fb99b4..914e297 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -34,18 +34,6 @@ environment:
PYTHON_VERSION: "2.7.11"
PYTHON_ARCH: "64"
- - JOB: "3.3 32-bit"
- TOXENV: "py33"
- PYTHON: "C:\\Python33"
- PYTHON_VERSION: "3.3"
- PYTHON_ARCH: "32"
-
- - JOB: "3.3 64-bit"
- TOXENV: "py33"
- PYTHON: "C:\\Python33-x64"
- PYTHON_VERSION: "3.3"
- PYTHON_ARCH: "64"
-
- JOB: "3.4 32-bit"
TOXENV: "py34"
PYTHON: "C:\\Python34"