From 79a9db4cae8c4a337c85dfc18adacd4695a6d168 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 31 May 2019 12:03:07 +0200 Subject: [PATCH] Give it some air --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cd017276..7ea039f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -60,10 +60,12 @@ jobs: - script: python -m pip install --upgrade tox codecov displayName: install tox & codecov + - script: tox -e $(tox.env) env: TOX_AP_TEST_EXTRAS: azure-pipelines displayName: run tox + - script: | coverage combine codecov