Fix coverage and use bare vms

This commit is contained in:
Adrien Ferrand 2020-04-25 21:42:31 +02:00
parent 2a5c194da2
commit 93c5396e5a
2 changed files with 1 additions and 5 deletions

View file

@ -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:

View file

@ -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: