diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-13 10:59:46 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-13 10:59:46 -0400 |
commit | cc1a957b8aa5cbed0699ce5815b7eece5991c798 (patch) | |
tree | 7f808647abd04985db0314e5b23478dee218f183 | |
parent | 198cdbbf3ecb69ca48e10928346808940bac93b8 (diff) | |
download | python-coveragepy-git-cc1a957b8aa5cbed0699ce5815b7eece5991c798.tar.gz |
Python 3.5 is available
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index a957a893..faa354f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -60,14 +60,14 @@ environment: - JOB: "3.5 32-bit" TOXENV: "py35" - PYTHON: "C:\\Python35rc4" - PYTHON_VERSION: "3.5.0rc4" + PYTHON: "C:\\Python35" + PYTHON_VERSION: "3.5.0" PYTHON_ARCH: "32" - JOB: "3.5 64-bit" TOXENV: "py35" - PYTHON: "C:\\Python35rc4-x64" - PYTHON_VERSION: "3.5.0rc4" + PYTHON: "C:\\Python35-x64" + PYTHON_VERSION: "3.5.0" PYTHON_ARCH: "64" # Meta coverage |