diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dcb5050b..ba04498d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -130,6 +130,18 @@ jobs: OPENSSL_DIR: 'OpenSSL-Win64-2015' PYTHON_DIR: 'Python37' WINDOWS_ARCH: 'x86_64' + Python38-x86: + TOXENV: py38 + containerImage: 'pyca/cryptography-runner-windows:py3-x86' + OPENSSL_DIR: 'OpenSSL-Win32-2015' + PYTHON_DIR: 'Python38' + WINDOWS_ARCH: 'x86' + Python38-x86-64: + TOXENV: py38 + containerImage: 'pyca/cryptography-runner-windows:py3-x86_64' + OPENSSL_DIR: 'OpenSSL-Win64-2015' + PYTHON_DIR: 'Python38' + WINDOWS_ARCH: 'x86_64' steps: - script: C:/%PYTHON_DIR%/Scripts/pip install codecov displayName: 'Install codecov' |