mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
+1
-1
@@ -34,7 +34,7 @@ matrix:
|
|||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
env: TOXENV=mypy
|
env: TOXENV=mypy
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: TOXENV='py27-{acme,apache,certbot,dns,nginx}-oldest'
|
env: TOXENV='py27-{acme,apache,certbot,dns,nginx,postfix}-oldest'
|
||||||
sudo: required
|
sudo: required
|
||||||
services: docker
|
services: docker
|
||||||
- python: "3.4"
|
- python: "3.4"
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ class InstallerTest(certbot_test_util.ConfigTestCase):
|
|||||||
fake_set.reset_mock()
|
fake_set.reset_mock()
|
||||||
installer.deploy_cert("example.com", "cert_path", "key_path",
|
installer.deploy_cert("example.com", "cert_path", "key_path",
|
||||||
"chain_path", "fullchain_path")
|
"chain_path", "fullchain_path")
|
||||||
fake_set.assert_not_called()
|
self.assertFalse(fake_set.called)
|
||||||
|
|
||||||
@certbot_test_util.patch_get_utility()
|
@certbot_test_util.patch_get_utility()
|
||||||
def test_deploy_already_secure(self, mock_util):
|
def test_deploy_already_secure(self, mock_util):
|
||||||
|
|||||||
@@ -108,6 +108,12 @@ commands =
|
|||||||
setenv =
|
setenv =
|
||||||
{[testenv:py27-oldest]setenv}
|
{[testenv:py27-oldest]setenv}
|
||||||
|
|
||||||
|
[testenv:py27-postfix-oldest]
|
||||||
|
commands =
|
||||||
|
{[base]install_and_test} certbot-postfix
|
||||||
|
setenv =
|
||||||
|
{[testenv:py27-oldest]setenv}
|
||||||
|
|
||||||
[testenv:py27_install]
|
[testenv:py27_install]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Reference in New Issue
Block a user