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:
4
4
global :
5
5
WITH_COMPILER : " cmd /E:ON /V:ON /C .\\ ci\\ appveyor-with-compiler.cmd"
6
6
matrix :
7
- - TOXENV : check
8
- PYTHON_HOME : " C:\\ Python27"
9
- PYTHON_VERSION : " 2.7"
10
- PYTHON_ARCH : " 32"
11
7
- TOXENV : " 2.7"
12
8
TOXPYTHON : " C:\\ Python27-x64\\ python.exe"
13
9
WINDOWS_SDK_VERSION : " v7.0"
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ environment:
4
4
global :
5
5
WITH_COMPILER : " cmd /E:ON /V:ON /C .\\ ci\\ appveyor-with-compiler.cmd"
6
6
matrix :
7
- - TOXENV : check
8
- PYTHON_HOME : " C:\\ Python27"
9
- PYTHON_VERSION : " 2.7"
10
- PYTHON_ARCH : " 32"
11
7
{% for env, config in tox_environments|dictsort %}{% if env.startswith('2.7') or env.startswith('3.4') or env.startswith('3.3') %}
12
8
- TOXENV : " {{ env }}"
13
9
TOXPYTHON : " C:\\ Python{{ env[:3].replace('.', '') }}-x64\\ python.exe"
You can’t perform that action at this time.
0 commit comments