mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
remove py27 from oldest name
This commit is contained in:
parent
c44a5a7701
commit
d85ff7c330
2 changed files with 17 additions and 17 deletions
|
|
@ -26,10 +26,10 @@ jobs:
|
|||
TOXENV: integration-certbot
|
||||
linux-oldest-tests-1:
|
||||
IMAGE_NAME: ubuntu-18.04
|
||||
TOXENV: py27-{acme,apache,apache-v2,certbot}-oldest
|
||||
TOXENV: {acme,apache,apache-v2,certbot}-oldest
|
||||
linux-oldest-tests-2:
|
||||
IMAGE_NAME: ubuntu-18.04
|
||||
TOXENV: py27-{dns,nginx}-oldest
|
||||
TOXENV: {dns,nginx}-oldest
|
||||
linux-py27:
|
||||
IMAGE_NAME: ubuntu-18.04
|
||||
PYTHON_VERSION: 2.7
|
||||
|
|
|
|||
30
tox.ini
30
tox.ini
|
|
@ -77,49 +77,49 @@ setenv =
|
|||
PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:--numprocesses auto}
|
||||
PYTHONHASHSEED = 0
|
||||
|
||||
[testenv:py27-oldest]
|
||||
[testenv:oldest]
|
||||
commands =
|
||||
{[testenv]commands}
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
CERTBOT_OLDEST=1
|
||||
|
||||
[testenv:py27-acme-oldest]
|
||||
[testenv:acme-oldest]
|
||||
commands =
|
||||
{[base]install_and_test} acme[dev]
|
||||
setenv =
|
||||
{[testenv:py27-oldest]setenv}
|
||||
{[testenv:oldest]setenv}
|
||||
|
||||
[testenv:py27-apache-oldest]
|
||||
[testenv:apache-oldest]
|
||||
commands =
|
||||
{[base]install_and_test} certbot-apache
|
||||
setenv =
|
||||
{[testenv:py27-oldest]setenv}
|
||||
{[testenv:oldest]setenv}
|
||||
|
||||
[testenv:py27-apache-v2-oldest]
|
||||
[testenv:apache-v2-oldest]
|
||||
commands =
|
||||
{[base]install_and_test} certbot-apache[dev]
|
||||
setenv =
|
||||
{[testenv:py27-oldest]setenv}
|
||||
{[testenv:oldest]setenv}
|
||||
|
||||
[testenv:py27-certbot-oldest]
|
||||
[testenv:certbot-oldest]
|
||||
commands =
|
||||
{[base]install_and_test} certbot[dev]
|
||||
setenv =
|
||||
{[testenv:py27-oldest]setenv}
|
||||
{[testenv:oldest]setenv}
|
||||
|
||||
[testenv:py27-dns-oldest]
|
||||
[testenv:dns-oldest]
|
||||
commands =
|
||||
{[base]install_and_test} {[base]dns_packages}
|
||||
setenv =
|
||||
{[testenv:py27-oldest]setenv}
|
||||
{[testenv:oldest]setenv}
|
||||
|
||||
[testenv:py27-nginx-oldest]
|
||||
[testenv:nginx-oldest]
|
||||
commands =
|
||||
{[base]install_and_test} certbot-nginx
|
||||
python tests/lock_test.py
|
||||
setenv =
|
||||
{[testenv:py27-oldest]setenv}
|
||||
{[testenv:oldest]setenv}
|
||||
|
||||
[testenv:lint]
|
||||
basepython = python3
|
||||
|
|
@ -244,7 +244,7 @@ commands =
|
|||
pytest certbot-ci/certbot_integration_tests/certbot_tests \
|
||||
--acme-server={env:ACME_SERVER:pebble}
|
||||
passenv = DOCKER_*
|
||||
setenv = {[testenv:py27-oldest]setenv}
|
||||
setenv = {[testenv:oldest]setenv}
|
||||
|
||||
[testenv:integration-nginx-oldest]
|
||||
commands =
|
||||
|
|
@ -253,7 +253,7 @@ commands =
|
|||
pytest certbot-ci/certbot_integration_tests/nginx_tests \
|
||||
--acme-server={env:ACME_SERVER:pebble}
|
||||
passenv = DOCKER_*
|
||||
setenv = {[testenv:py27-oldest]setenv}
|
||||
setenv = {[testenv:oldest]setenv}
|
||||
|
||||
[testenv:test-farm-tests-base]
|
||||
changedir = tests/letstest
|
||||
|
|
|
|||
Loading…
Reference in a new issue