Skip to content

Commit

Permalink
Change Python version for appveyor's check env
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Nov 24, 2018
1 parent c1e191d commit 43c9687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ environment:
WITH_COMPILER: 'cmd /E:ON /V:ON /C .\ci\appveyor-with-compiler.cmd'
matrix:
- TOXENV: check
TOXPYTHON: C:\Python27\python.exe
PYTHON_HOME: C:\Python27
PYTHON_VERSION: '2.7'
TOXPYTHON: C:\Python34\python.exe
PYTHON_HOME: C:\Python34
PYTHON_VERSION: '3.4'
PYTHON_ARCH: '32'
{% for env, config in tox_environments|dictsort %}{{ '' }}{% if env.startswith(('py2', 'py3')) %}
- TOXENV: '{{ env }}{% if config.cover %},report,codecov{% endif %}'
Expand Down

0 comments on commit 43c9687

Please sign in to comment.