Skip to content

Commit

Permalink
temp: reduce python testing matrix (aws#3008)
Browse files Browse the repository at this point in the history
  • Loading branch information
sriram-mv authored Jul 1, 2021
1 parent f1e0569 commit 2241563
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ environment:

matrix:

- PYTHON_HOME: "C:\\Python36-x64"
PYTHON_VERSION: '3.6'
PYTHON_ARCH: '64'
NOSE_PARAMETERIZED_NO_WARN: 1
INSTALL_PY_37_PIP: 1
INSTALL_PY_38_PIP: 1
AWS_S3: 'AWS_S3_36'
AWS_ECR: 'AWS_ECR_36'
APPVEYOR_CONSOLE_DISABLE_PTY: true

- PYTHON_HOME: "C:\\Python37-x64"
PYTHON_VERSION: '3.7'
PYTHON_ARCH: '64'
RUN_SMOKE: 1
NOSE_PARAMETERIZED_NO_WARN: 1
INSTALL_PY_36_PIP: 1
INSTALL_PY_38_PIP: 1
AWS_S3: 'AWS_S3_37'
AWS_ECR: 'AWS_ECR_37'
APPVEYOR_CONSOLE_DISABLE_PTY: true
# - PYTHON_HOME: "C:\\Python36-x64"
# PYTHON_VERSION: '3.6'
# PYTHON_ARCH: '64'
# NOSE_PARAMETERIZED_NO_WARN: 1
# INSTALL_PY_37_PIP: 1
# INSTALL_PY_38_PIP: 1
# AWS_S3: 'AWS_S3_36'
# AWS_ECR: 'AWS_ECR_36'
# APPVEYOR_CONSOLE_DISABLE_PTY: true

# - PYTHON_HOME: "C:\\Python37-x64"
# PYTHON_VERSION: '3.7'
# PYTHON_ARCH: '64'
# RUN_SMOKE: 1
# NOSE_PARAMETERIZED_NO_WARN: 1
# INSTALL_PY_36_PIP: 1
# INSTALL_PY_38_PIP: 1
# AWS_S3: 'AWS_S3_37'
# AWS_ECR: 'AWS_ECR_37'
# APPVEYOR_CONSOLE_DISABLE_PTY: true

- PYTHON_HOME: "C:\\Python38-x64"
PYTHON_VERSION: '3.8'
Expand Down Expand Up @@ -159,7 +159,7 @@ for:
# Pre-dev Tests
- "pip install -e \".[pre-dev]\""
- "pylint --rcfile .pylintrc samcli"

# Dev Tests
- "pip install -e \".[dev]\""
- "pytest --cov samcli --cov-report term-missing --cov-fail-under 94 tests/unit"
Expand Down

0 comments on commit 2241563

Please sign in to comment.