From c9a5f540e29790c133a09541e160ac4f5d4a9c9f Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 29 Aug 2019 13:28:40 -0500
Subject: [PATCH] Tweak Azure Pipelines

---
 azure-pipelines.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 786d51ff..72830538 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -2,14 +2,9 @@ jobs:
 -
     job: 'Pytest'
     pool:
-        vmImage: 'ubuntu-16.04' # other options: 'macOS-10.13', 'vs2017-win2016'
+        vmImage: 'ubuntu-16.04'
 
     steps:
-    -
-        task: UsePythonVersion@0
-        inputs:
-            versionSpec: '$(python.version)'
-
     -
         script: |
             set -e
@@ -22,7 +17,7 @@ jobs:
 -
     job: 'Flake8'
     pool:
-        vmImage: 'ubuntu-16.04' # other options: 'macOS-10.13', 'vs2017-win2016'
+        vmImage: 'ubuntu-16.04'
     strategy:
         matrix:
             Python36:
-- 
GitLab