diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b31418d22..f7906ff88 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,7 +75,8 @@ steps: displayName: "Running Pylint" - script: | - python -m pytest tests/*.py --cov=src --cov-report=xml --cov-report=html + #echo "##vso[task.setvariable variable=PATH]${​​​​​​​​PATH}​​​​​​​​:$(Build.SourcesDirectory)/src/UQpy" + python -m pytest -v tests/*.py --cov=src --cov-report=xml --cov-report=html workingDirectory: $(Build.SourcesDirectory) displayName: 'Test with pytest'