mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Merge branch 'full-azure-pipelines' of github.com:adferrand/certbot into full-azure-pipelines
This commit is contained in:
commit
60cbabc958
2 changed files with 1 additions and 5 deletions
|
|
@ -110,7 +110,7 @@ jobs:
|
|||
versionSpec: $(PYTHON_VERSION)
|
||||
addToPath: true
|
||||
- script: |
|
||||
python tools/pip_install.py -U tox coverage
|
||||
python tools/pip_install.py -U tox
|
||||
displayName: Install dependencies
|
||||
- script: |
|
||||
python -m tox
|
||||
|
|
@ -118,9 +118,6 @@ jobs:
|
|||
- job: oldest_extended_test
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:14.04
|
||||
options: --network=host
|
||||
strategy:
|
||||
matrix:
|
||||
linux-boulder-v1-integration-certbot:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ jobs:
|
|||
- job: oldest_test
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
container: ubuntu:14.04
|
||||
variables:
|
||||
TOXENV: py27-{acme,apache,apache-v2,certbot,dns,nginx}-oldest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue