File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ environment:
44 global :
55 WITH_COMPILER : " cmd /E:ON /V:ON /C .\\ ci\\ appveyor-with-compiler.cmd"
66 matrix :
7- - TOXENV : check
8- PYTHON_HOME : " C:\\ Python27"
9- PYTHON_VERSION : " 2.7"
10- PYTHON_ARCH : " 32"
117 - TOXENV : " 2.7"
128 TOXPYTHON : " C:\\ Python27-x64\\ python.exe"
139 WINDOWS_SDK_VERSION : " v7.0"
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ environment:
44 global :
55 WITH_COMPILER : " cmd /E:ON /V:ON /C .\\ ci\\ appveyor-with-compiler.cmd"
66 matrix :
7- - TOXENV : check
8- PYTHON_HOME : " C:\\ Python27"
9- PYTHON_VERSION : " 2.7"
10- PYTHON_ARCH : " 32"
117{% for env, config in tox_environments|dictsort %}{% if env.startswith('2.7') or env.startswith('3.4') or env.startswith('3.3') %}
128 - TOXENV : " {{ env }}"
139 TOXPYTHON : " C:\\ Python{{ env[:3].replace('.', '') }}-x64\\ python.exe"
You can’t perform that action at this time.
0 commit comments