diff options
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5ca20356..41f61121 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -82,10 +82,10 @@ environment: PYTHON_ARCH: "32" COVERAGE_COVERAGE: "yes" - - JOB: "Meta 3.4" - TOXENV: "py34" - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4" + - JOB: "Meta 3.5" + TOXENV: "py35" + PYTHON: "C:\\Python35" + PYTHON_VERSION: "3.5" PYTHON_ARCH: "32" COVERAGE_COVERAGE: "yes" |