Skip to content

Commit

Permalink
Emit test results on azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 7, 2019
1 parent 5f73ad1 commit b380060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
displayName: 'Install tox'

- script: |
tox
tox -- --junit-xml=test-results.xml
displayName: 'run tests'
- task: PublishTestResults@2
Expand Down

0 comments on commit b380060

Please sign in to comment.