From 0d4bc86fa98edecf230b2c498776cec6407a7bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20P=C3=A1ssaro?= Date: Tue, 25 Feb 2020 03:17:56 -0300 Subject: [PATCH] Re-activate TARDIS tests --- azure-pipelines/simple_test_framework.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/simple_test_framework.yml b/azure-pipelines/simple_test_framework.yml index 5d0ca5c307e..197af806610 100644 --- a/azure-pipelines/simple_test_framework.yml +++ b/azure-pipelines/simple_test_framework.yml @@ -59,7 +59,7 @@ jobs: source activate tardis conda install -y pytest-cov pip install git+https://github.com/tonybaloney/pytest-azurepipelines.git - pytest -s tardis/tests/test_tardis_full_formal_integral.py --tardis-refdata=$(ref.data.home) --cov=tardis --cov-report=xml --cov-report=html + pytest tardis --tardis-refdata=$(ref.data.home) --cov=tardis --cov-report=xml --cov-report=html displayName: 'TARDIS test'