AZP: Install ansible:devel during report-coverage (#159)

ci_complete ci_coverage
This commit is contained in:
John R Barker
2020-12-11 15:29:56 +00:00
committed by GitHub
parent 42e8279c75
commit 3c7514f653
2 changed files with 2 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ stages:
- name: Ubuntu 16.04
test: ubuntu1604
- name: Ubuntu 18.04
test: ubuntu1804
test: ubuntu1804
### Remote
- stage: Remote_devel

View File

@@ -4,5 +4,6 @@
set -o pipefail -eu
PATH="${PWD}/bin:${PATH}"
pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
ansible-test coverage xml --stub --venv --venv-system-site-packages --color -v