Skip to content

Commit

Permalink
Tuning pipelines config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcferrill committed Mar 29, 2021
1 parent 52731b5 commit 213ace1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
versionSpec: "$(python.version)"
architecture: 'x64'

- script: python -m pip install -U tox pytest-azurepipelines
- script: python -m pip install -r requirements.txt
displayName: 'Install dependencies'

- script: python -m pip install -e .
displayName: 'Install library'

- script: tox
- script: pytest --junitxml=junit-$(imageName)-$(python.version).xml --cov chapter10 --cov-report xml --cov-report html --cov-append
displayName: 'Run tests'

- task: PublishTestResults@2
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ bitstruct==8.11.0
pytest==6.0.0
cbitstruct==1.0.7
pytest-cov==2.10.1
pytest-azurepipelines

0 comments on commit 213ace1

Please sign in to comment.