summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-12-03 16:45:09 -0700
committerCharles Harris <charlesr.harris@gmail.com>2019-12-03 17:53:41 -0700
commitfbcb58ca2c17217f5dc85cb669ea651b7799b60c (patch)
treeca3354b604387d1b0b9dca307c84f59cb3e3fbf4 /azure-pipelines.yml
parentfdd8395f21a252373ff17fd43185c42e040c1b64 (diff)
downloadnumpy-fbcb58ca2c17217f5dc85cb669ea651b7799b60c.tar.gz
REL: Update master after 1.18.x branch.
Apart from the usual modifications, this - Removes a release note snippet added after towncrier was run - Removes testing on Python 3.5 as it is dropped for 1.19.x.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9e1e52952..29fc6c614 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -156,11 +156,6 @@ stages:
PYTHON_ARCH: 'x86'
TEST_MODE: fast
BITS: 32
- Python35-64bit-full:
- PYTHON_VERSION: '3.5'
- PYTHON_ARCH: 'x64'
- TEST_MODE: full
- BITS: 64
Python36-64bit-full:
PYTHON_VERSION: '3.6'
PYTHON_ARCH: 'x64'