Skip to content

Commit

Permalink
temporary fix to install nose as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hugohadfield committed Feb 14, 2019
1 parent 3cafb3d commit ef4b2e3
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 @@ -31,7 +31,7 @@ jobs:
displayName: 'Install dependencies'

- script: |
pip install pytest
pip install pytest, nose
pytest test --doctest-modules --junitxml=junit/test-results.xml
displayName: 'pytest'
Expand Down

0 comments on commit ef4b2e3

Please sign in to comment.