From 3f5a8790de030cdb4777c7ebf358a8ab55330ed2 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 31 May 2019 10:33:21 +0200 Subject: [PATCH] fix double name --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 94c84b06..690037d1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,7 +61,6 @@ jobs: - script: python -m pip install --upgrade tox codecov displayName: install tox & codecov - script: tox -e $(tox.env) - displayName: run tox env: TOX_AP_TEST_EXTRAS=azure-pipelines displayName: run tox