Skip to content

Commit

Permalink
Merge branch 'feature/CI' of https://github.com/SURGroup/UQpy into fe…
Browse files Browse the repository at this point in the history
…ature/CI
  • Loading branch information
dgiovanis committed Feb 11, 2021
2 parents 353c94f + 49cf174 commit 9f67084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9f67084

Please sign in to comment.