diff options
author | Tyler Reddy <tyler.je.reddy@gmail.com> | 2018-10-04 14:25:13 -0700 |
---|---|---|
committer | Tyler Reddy <tyler.je.reddy@gmail.com> | 2018-10-04 14:25:13 -0700 |
commit | 5f948cd7557081e6ebbfc32679f1ea29d97bffc8 (patch) | |
tree | 5be8732db3949c05344569060648231ec754e25c /azure-pipelines.yml | |
parent | 430c501eea84618ceb0fa248b3f29a2546d89ada (diff) | |
download | numpy-5f948cd7557081e6ebbfc32679f1ea29d97bffc8.tar.gz |
TST: Add Python 3.5 to Azure windows CI.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e56a73ba4..c99b56e37 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,7 +58,7 @@ jobs: pool: vmIMage: 'VS2017-Win2016' strategy: - maxParallel: 5 + maxParallel: 6 matrix: Python36-32bit-fast: PYTHON_VERSION: '3.6' @@ -72,6 +72,10 @@ jobs: PYTHON_VERSION: '2.7' PYTHON_ARCH: 'x64' TEST_MODE: fast + Python35-64bit-full: + PYTHON_VERSION: '3.5' + PYTHON_ARCH: 'x64' + TEST_MODE: full Python36-64bit-full: PYTHON_VERSION: '3.6' PYTHON_ARCH: 'x64' |