diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 20:02:49 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 20:02:49 -0400 |
commit | 13a8d071d56f9e97968bb4d945b3f52ebee4f5c2 (patch) | |
tree | 4d06013d4a3d0f933fc3ff929d87896fced70974 | |
parent | f8593f85cb52929afaec6180287417ffc31f56d3 (diff) | |
download | python-coveragepy-git-13a8d071d56f9e97968bb4d945b3f52ebee4f5c2.tar.gz |
Maybe this will work for 3.5rc2?
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6d86411d..a41e7235 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,9 +10,7 @@ shallow_clone: true environment: PYTHON_PRERELEASE: "" - - global: - WITH_COMPILER: "cmd /E:ON /V:ON /C .\\ci\\appveyor-with-compiler.cmd" + WITH_COMPILER: "cmd /E:ON /V:ON /C .\\ci\\appveyor-with-compiler.cmd" matrix: - TOXENV: "py26" @@ -42,7 +40,7 @@ environment: - TOXENV: "py35" WINDOWS_SDK_VERSION: "v7.1" PYTHON_HOME: "C:\\Python35" - PYTHON_VERSION: "3.5" + PYTHON_VERSION: "3.5.0" PYTHON_PRERELEASE: "rc2" PYTHON_ARCH: "32" |