Skip to content

Commit

Permalink
Re-activate TARDIS tests (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro authored Feb 25, 2020
1 parent 7de0206 commit 5d7a9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/simple_test_framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5d7a9e0

Please sign in to comment.