mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
quote tox env name
This commit is contained in:
parent
18ebfb74d5
commit
c1451c0aa5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue