diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2e68ab232d165742f43d792a515799bbd9d37772..3de7ae18fd1a76080a9dd05205a78bea816d6b97 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ jobs: - - job: 'Pytest Python 2' + job: 'Python2' pool: vmImage: 'ubuntu-16.04' @@ -15,7 +15,7 @@ jobs: displayName: 'Pytest Conda' - - job: 'Pytest Python 3' + job: 'Python3' pool: vmImage: 'ubuntu-16.04'