File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434
3535 # Install dependencies - install specific PyPI packages with pip, including tableformatter and its dependencies
3636 - script : |
37- python -m pip install --upgrade pip
37+ python -m pip install --upgrade pip && pip install --upgrade gnureadline
3838 pip install -e .
3939 displayName: 'Install dependencies'
4040 continueOnError: false
4444 # Test - test with pytest, collect coverage metrics with pytest-cov, and publish these metrics to codecov.io
4545 - script : |
4646 pip install pytest pytest-cov codecov
47- py.test --cov=tableformatter --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html
48- codecov
47+ py.test --cov=tableformatter --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html && codecov
4948 displayName: 'Test with pytest'
49+ continueOnError: false
5050
5151 # Publish test results to the Azure DevOps server
5252 - task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments