Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit 17f9821

Browse files
committed
Switch appveyor to checking with 3.6
1 parent 6b41c79 commit 17f9821

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ environment:
77
WITH_COMPILER: 'cmd /E:ON /V:ON /C .\ci\appveyor-with-compiler.cmd'
88
matrix:
99
- TOXENV: check
10-
TOXPYTHON: C:\Python27\python.exe
11-
PYTHON_HOME: C:\Python27
12-
PYTHON_VERSION: '2.7'
10+
TOXPYTHON: C:\Python36\python.exe
11+
PYTHON_HOME: C:\Python36
12+
PYTHON_VERSION: '3.6'
1313
PYTHON_ARCH: '32'
1414
- TOXENV: '3.5-cover,codecov'
1515
TOXPYTHON: C:\Python35\python.exe

ci/templates/appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ environment:
77
WITH_COMPILER: 'cmd /E:ON /V:ON /C .\ci\appveyor-with-compiler.cmd'
88
matrix:
99
- TOXENV: check
10-
TOXPYTHON: C:\Python27\python.exe
11-
PYTHON_HOME: C:\Python27
12-
PYTHON_VERSION: '2.7'
10+
TOXPYTHON: C:\Python36\python.exe
11+
PYTHON_HOME: C:\Python36
12+
PYTHON_VERSION: '3.6'
1313
PYTHON_ARCH: '32'
1414
{% for env, config in tox_environments|dictsort %}{{ '' }}{% if config.python.startswith('python') %}
1515
- TOXENV: '{{ env }}{% if config.cover %},codecov{% endif %}'

0 commit comments

Comments
 (0)