From c1451c0aa5bfd4d0c4b8870a4e640fe6e1080fba Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 7 Jan 2021 11:22:28 -0800 Subject: [PATCH] quote tox env name --- .azure-pipelines/templates/jobs/standard-tests-jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml b/.azure-pipelines/templates/jobs/standard-tests-jobs.yml index a00994a94..6c4e23103 100644 --- a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml +++ b/.azure-pipelines/templates/jobs/standard-tests-jobs.yml @@ -26,10 +26,10 @@ jobs: TOXENV: integration-certbot linux-oldest-tests-1: IMAGE_NAME: ubuntu-18.04 - TOXENV: {acme,apache,apache-v2,certbot}-oldest + TOXENV: '{acme,apache,apache-v2,certbot}-oldest' linux-oldest-tests-2: IMAGE_NAME: ubuntu-18.04 - TOXENV: {dns,nginx}-oldest + TOXENV: '{dns,nginx}-oldest' linux-py27: IMAGE_NAME: ubuntu-18.04 PYTHON_VERSION: 2.7