Skip to content

Commit

Permalink
appveyor 64 bit only
Browse files Browse the repository at this point in the history
  • Loading branch information
nraw committed Mar 10, 2020
1 parent 30b0810 commit d5f5fb0
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions ci/templates/.appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,10 @@ build: off
environment:
matrix:
- TOXENV: check
TOXPYTHON: C:\Python36\python.exe
PYTHON_HOME: C:\Python36
TOXPYTHON: C:\Python36-x64\python.exe
PYTHON_HOME: C:\Python36-x64
PYTHON_VERSION: '3.6'
PYTHON_ARCH: '32'
{% for env, config in tox_environments|dictsort %}
{% if env.startswith(('py2', 'py3')) %}
- TOXENV: {{ env }}{% if config.cover %},codecov{% endif %}{{ "" }}
TOXPYTHON: C:\Python{{ env[2:4] }}\python.exe
PYTHON_HOME: C:\Python{{ env[2:4] }}
PYTHON_VERSION: '{{ env[2] }}.{{ env[3] }}'
PYTHON_ARCH: '32'
{% if 'nocov' in env %}
WHEEL_PATH: .tox/dist
{% endif %}
PYTHON_ARCH: '64'
- TOXENV: {{ env }}{% if config.cover %},codecov{% endif %}{{ "" }}
TOXPYTHON: C:\Python{{ env[2:4] }}-x64\python.exe
PYTHON_HOME: C:\Python{{ env[2:4] }}-x64
Expand Down

0 comments on commit d5f5fb0

Please sign in to comment.