diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-08-06 13:48:44 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-08-06 13:48:44 -0400 |
commit | f30c0198219016810bfb026459f9db1a4e68555e (patch) | |
tree | 8f548da7ee5cad224da7d0094e2ee1c684605ab3 | |
parent | a23ab8eb5b1d1522120970e1f72fbf629b4d77e2 (diff) | |
download | python-coveragepy-git-f30c0198219016810bfb026459f9db1a4e68555e.tar.gz |
Windows 3.3 on Appveyor isn't building, so skip it.
-rw-r--r-- | appveyor.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8fb99b43..914e2974 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" |