From 8fc636dae3392c1f8d1676ccf12fc73619b685bb Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 6 Jan 2020 11:41:01 +0100 Subject: [PATCH] Add missing optional dep --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d0ab54e1..0c366694 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -101,7 +101,7 @@ jobs: $PY get-pip.py --user fi - $PY -m pip install --user 'coverage' codecov + $PY -m pip install --user 'coverage[toml]' codecov coverage combine codecov