Skip to content

Commit

Permalink
Revert "Revert "temp: disable testing against python 3.8, and enabled…
Browse files Browse the repository at this point in the history
… 3.7"" (aws#3102)

This reverts commit 1916bfa.

Revert "Revert "temp: disable testing against python 3.8, and enabled 3.7 (aws#3009)" (aws#3098)" (aws#3102)

Co-authored-by: Tarun Mall <tarun@amazon.noreply.github.com>
  • Loading branch information
c2tarun and Tarun Mall authored Jul 22, 2021
1 parent 9223620 commit d46e49a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 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

0 comments on commit d46e49a

Please sign in to comment.