Skip to content

Commit 21e1d4f

Browse files
committed
NO check
1 parent 852ac7a commit 21e1d4f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

ci/templates/appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)