@@ -1288,6 +1288,12 @@ axes:
12881288 batchtime : 10080 # 7 days
12891289 variables :
12901290 libmongocrypt_url : https://s3.amazonaws.com/mciuploads/libmongocrypt/windows-test/master/latest/libmongocrypt.tar.gz
1291+ - id : windows-64-vsMulti-small
1292+ display_name : " Windows 64"
1293+ run_on : windows-64-vsMulti-small
1294+ batchtime : 10080 # 7 days
1295+ variables :
1296+ libmongocrypt_url : https://s3.amazonaws.com/mciuploads/libmongocrypt/windows-test/master/latest/libmongocrypt.tar.gz
12911297
12921298 # Test with authentication?
12931299 - id : auth
@@ -1399,23 +1405,27 @@ axes:
13991405 - id : " win-vs2010-3.4"
14001406 display_name : " Python 3.4"
14011407 variables :
1402- PYTHON_BINARY : " /cygdrive/c /python/Python34/python.exe"
1408+ PYTHON_BINARY : " C: /python/Python34/python.exe"
14031409 - id : " win-vs2015-2.7"
14041410 display_name : " Python 2.7"
14051411 variables :
1406- PYTHON_BINARY : " /cygdrive/c /python/Python27/python.exe"
1412+ PYTHON_BINARY : " C: /python/Python27/python.exe"
14071413 - id : " win-vs2015-3.5"
14081414 display_name : " Python 3.5"
14091415 variables :
1410- PYTHON_BINARY : " /cygdrive/c /python/Python35/python.exe"
1416+ PYTHON_BINARY : " C: /python/Python35/python.exe"
14111417 - id : " win-vs2015-3.6"
14121418 display_name : " Python 3.6"
14131419 variables :
1414- PYTHON_BINARY : " /cygdrive/c /python/Python36/python.exe"
1420+ PYTHON_BINARY : " C: /python/Python36/python.exe"
14151421 - id : " win-vs2015-3.7"
14161422 display_name : " Python 3.7"
14171423 variables :
1418- PYTHON_BINARY : " /cygdrive/c/python/Python37/python.exe"
1424+ PYTHON_BINARY : " C:/python/Python37/python.exe"
1425+ - id : " win-vs2015-3.8"
1426+ display_name : " Python 3.8"
1427+ variables :
1428+ PYTHON_BINARY : " C:/python/Python38/python.exe"
14191429
14201430 # Choice of mod_wsgi version
14211431 - id : mod-wsgi-version
@@ -1729,7 +1739,7 @@ buildvariants:
17291739 python-version : ["2.7", "3.4", "3.5", "3.6", "3.7", "pypy", "pypy3.5"]
17301740 auth : " *"
17311741 ssl : " ssl"
1732- display_name : " PyOpenSSL ${python-version } ${platform } ${auth}"
1742+ display_name : " PyOpenSSL ${platform } ${python-version } ${auth}"
17331743 tasks :
17341744 - " pyopenssl"
17351745
@@ -1740,7 +1750,7 @@ buildvariants:
17401750 - rhel70 # CPython 2.7.5
17411751 auth : " *"
17421752 ssl : " ssl"
1743- display_name : " PyOpenSSL Pre-2.7.9 Python ${platform} ${auth}"
1753+ display_name : " PyOpenSSL ${platform} Pre-2.7.9 Python ${auth}"
17441754 tasks :
17451755 - " pyopenssl"
17461756
@@ -1753,6 +1763,16 @@ buildvariants:
17531763 tasks :
17541764 - " pyopenssl"
17551765
1766+ - matrix_name : " tests-pyopenssl-windows"
1767+ matrix_spec :
1768+ platform : windows-64-vsMulti-small
1769+ python-version : ["win-vs2015-2.7", "win-vs2010-3.4", "win-vs2015-3.5", "win-vs2015-3.6", "win-vs2015-3.7", "win-vs2015-3.8"]
1770+ auth : " *"
1771+ ssl : " ssl"
1772+ display_name : " PyOpenSSL ${platform} ${python-version} ${auth}"
1773+ tasks :
1774+ - " pyopenssl"
1775+
17561776- matrix_name : " tests-python-version-rhel62-test-encryption"
17571777 matrix_spec :
17581778 platform : rhel62
0 commit comments