diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 21:01:37 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 21:01:37 -0400 |
commit | fce45f7eadc6be4f1261180a76bf40718435ed5e (patch) | |
tree | f2414b16448ca7ddbb2497effe9b188069edeacb | |
parent | c5c83ad753116d9ab59ba85f961ca081aaef952d (diff) | |
download | python-coveragepy-git-fce45f7eadc6be4f1261180a76bf40718435ed5e.tar.gz |
3.5 won't work yet, it's only .exe, no .msi
-rw-r--r-- | appveyor.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml index a41e7235..225c7aed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,13 +37,6 @@ environment: PYTHON_VERSION: "3.4" PYTHON_ARCH: "32" - - TOXENV: "py35" - WINDOWS_SDK_VERSION: "v7.1" - PYTHON_HOME: "C:\\Python35" - PYTHON_VERSION: "3.5.0" - PYTHON_PRERELEASE: "rc2" - PYTHON_ARCH: "32" - # Meta coverage - TOXENV: "py27" WINDOWS_SDK_VERSION: "v7.0" |