From 4e9f971cc608df4de5b6fb6b9c2f3f4418dbc087 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 31 May 2019 10:34:54 +0200 Subject: [PATCH] fix yaml syntax --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 690037d1..eb95a949 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,7 +62,7 @@ jobs: displayName: install tox & codecov - script: tox -e $(tox.env) env: - TOX_AP_TEST_EXTRAS=azure-pipelines + TOX_AP_TEST_EXTRAS: azure-pipelines displayName: run tox - script: | coverage combine