Move commented-out items outside of the matrix

This commit is contained in:
Robin Dunn
2019-10-17 21:01:09 -07:00
parent e95cccd237
commit 539c86f519

View File

@@ -14,10 +14,6 @@ jobs:
python.version: '3.7'
python.arch: x86
addToPath: true
# Py38_x86:
# python.version: '3.8'
# python.arch: x86
# addToPath: true
Py36_x64:
python.version: '3.6'
python.arch: x64
@@ -26,12 +22,17 @@ jobs:
python.version: '3.7'
python.arch: x64
addToPath: true
# Py38_x64:
# python.version: '3.8'
# python.arch: x64
# addToPath: true
maxParallel: 4
# Py38_x86:
# python.version: '3.8'
# python.arch: x86
# addToPath: true
# Py38_x64:
# python.version: '3.8'
# python.arch: x64
# addToPath: true
variables: {'PYTHONUNBUFFERED': '1'}