Skip to content

Commit

Permalink
temp: disable testing against python 3.8, and enabled 3.7 (#3009)
Browse files Browse the repository at this point in the history
* temp: disable testing against python 3.8, and enabled 3.7

* temp: disable testing against python 3.8, and enabled 3.7 & 3.6
  • Loading branch information
moelasmar authored Jul 1, 2021
1 parent 2241563 commit fe83218
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@ 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:\\Python38-x64"
PYTHON_VERSION: '3.8'
- 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_37_PIP: 1
AWS_S3: 'AWS_S3_38'
AWS_ECR: 'AWS_ECR_38'
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'
# PYTHON_ARCH: '64'
# RUN_SMOKE: 1
# NOSE_PARAMETERIZED_NO_WARN: 1
# INSTALL_PY_36_PIP: 1
# INSTALL_PY_37_PIP: 1
# AWS_S3: 'AWS_S3_38'
# AWS_ECR: 'AWS_ECR_38'
# APPVEYOR_CONSOLE_DISABLE_PTY: true

for:
-
matrix:
Expand Down

0 comments on commit fe83218

Please sign in to comment.