diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-24 13:44:13 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-24 13:44:13 -0500 |
commit | f28d044824493b31fc25b8673a6f4ac2852d3243 (patch) | |
tree | 98062814bbb8f5b49efc01eebcc05dce134b2901 | |
parent | 0bc74d31222f80291aeb706230b48277372f5d91 (diff) | |
download | python-coveragepy-git-f28d044824493b31fc25b8673a6f4ac2852d3243.tar.gz |
Appveyor 2.7 stopped working, try 2.7.11
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index faa354f3..7d6a7547 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,14 +24,14 @@ environment: - JOB: "2.7 32-bit" TOXENV: "py27" - PYTHON: "C:\\Python27.10" - PYTHON_VERSION: "2.7.10" + PYTHON: "C:\\Python27.11" + PYTHON_VERSION: "2.7.11" PYTHON_ARCH: "32" - JOB: "2.7 64-bit" TOXENV: "py27" - PYTHON: "C:\\Python27.10-x64" - PYTHON_VERSION: "2.7.10" + PYTHON: "C:\\Python27.11-x64" + PYTHON_VERSION: "2.7.11" PYTHON_ARCH: "64" - JOB: "3.3 32-bit" |