From: David Lord Date: Thu, 30 Jan 2020 17:28:40 +0000 (-0800) Subject: remove unsupported test envs X-Git-Tag: 3.0.0a1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ca745e6c80903316a5e660ef428bfed213d19a4;p=thirdparty%2Fjinja.git remove unsupported test envs --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 680a15cb..56596119 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -6,7 +6,6 @@ variables: vmImage: ubuntu-latest python.version: '3.8' TOXENV: py - hasTestResults: 'true' strategy: matrix: @@ -16,22 +15,16 @@ strategy: vmImage: windows-latest Python 3.8 Mac: vmImage: macos-latest - PyPy 3 Linux: - python.version: pypy3 Python 3.7 Linux: python.version: '3.7' Python 3.6 Linux: python.version: '3.6' - Python 3.5 Linux: - python.version: '3.5' - Python 2.7 Linux: - python.version: '2.7' + PyPy 3 Linux: + python.version: pypy3 Docs: TOXENV: docs - hasTestResults: 'false' Style: TOXENV: style - hasTestResults: 'false' pool: vmImage: $[ variables.vmImage ]