summaryrefslogtreecommitdiff
path: root/ci/templates/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/templates/appveyor.yml')
-rw-r--r--ci/templates/appveyor.yml16
1 files changed, 7 insertions, 9 deletions
diff --git a/ci/templates/appveyor.yml b/ci/templates/appveyor.yml
index 2d175da..0006daa 100644
--- a/ci/templates/appveyor.yml
+++ b/ci/templates/appveyor.yml
@@ -7,20 +7,19 @@ environment:
WITH_COMPILER: 'cmd /E:ON /V:ON /C .\ci\appveyor-with-compiler.cmd'
matrix:
- TOXENV: check
- PYTHON_HOME: C:\Python27
- PYTHON_VERSION: '2.7'
+ TOXPYTHON: C:\Python36\python.exe
+ PYTHON_HOME: C:\Python36
+ PYTHON_VERSION: '3.6'
PYTHON_ARCH: '32'
-
-{% for env in tox_environments %}{% if env.startswith(('py2', 'py3')) %}
- - TOXENV: '{{ env }},codecov'
+{% for env in tox_environments %}{{ '' }}{% if env.startswith(('py2', 'py3')) %}
+ - TOXENV: '{{ env }},report,codecov'
TOXPYTHON: C:\Python{{ env[2:4] }}\python.exe
PYTHON_HOME: C:\Python{{ env[2:4] }}
PYTHON_VERSION: '{{ env[2] }}.{{ env[3] }}'
PYTHON_ARCH: '32'
-
- - TOXENV: '{{ env }},codecov'
+ - TOXENV: '{{ env }},report,codecov'
TOXPYTHON: C:\Python{{ env[2:4] }}-x64\python.exe
- {%- if env.startswith(('py2', 'py33', 'py34')) %}
+ {%- if env.startswith(('py2', 'py34')) %}
WINDOWS_SDK_VERSION: v7.{{ '1' if env.startswith('py3') else '0' }}
{%- endif %}
@@ -28,7 +27,6 @@ environment:
PYTHON_HOME: C:\Python{{ env[2:4] }}-x64
PYTHON_VERSION: '{{ env[2] }}.{{ env[3] }}'
PYTHON_ARCH: '64'
-
{% endif %}{% endfor %}
init:
- ps: echo $env:TOXENV