]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
remove unsupported test envs
authorDavid Lord <davidism@gmail.com>
Thu, 30 Jan 2020 17:28:40 +0000 (09:28 -0800)
committerDavid Lord <davidism@gmail.com>
Thu, 30 Jan 2020 17:28:40 +0000 (09:28 -0800)
.azure-pipelines.yml

index 680a15cbf088a85169e4fc07d8108b630cfd0c51..5659611963447c80549c1aa8cd734d65b43a1b1d 100644 (file)
@@ -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 ]