Update README with azure build status

This commit is contained in:
Garret Wassermann 2021-10-18 22:31:43 -04:00
parent 5ca1f39c23
commit e6d14b1d3d
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,7 @@
django-helpdesk - A Django powered ticket tracker for small businesses. django-helpdesk - A Django powered ticket tracker for small businesses.
======================================================================= =======================================================================
.. image:: https://travis-ci.org/django-helpdesk/django-helpdesk.png?branch=develop [![Build Status](https://dev.azure.com/django-helpdesk/django-helpdesk/_apis/build/status/django-helpdesk.django-helpdesk?branchName=master)](https://dev.azure.com/django-helpdesk/django-helpdesk/_build/latest?definitionId=1&branchName=master)
:target: https://travis-ci.org/django-helpdesk/django-helpdesk
.. image:: https://codecov.io/gh/django-helpdesk/django-helpdesk/branch/develop/graph/badge.svg .. image:: https://codecov.io/gh/django-helpdesk/django-helpdesk/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/django-helpdesk/django-helpdesk :target: https://codecov.io/gh/django-helpdesk/django-helpdesk

View File

@ -54,13 +54,14 @@ steps:
- script: | - script: |
python -m pip install --upgrade pip setuptools wheel python -m pip install --upgrade pip setuptools wheel
pip install -c constraint-Django$(DJANGO_VERSION).txt -r requirements.txt pip install -c constraints-Django$(DJANGO_VERSION).txt -r requirements.txt
pip install unittest-xml-reporting pip install unittest-xml-reporting
displayName: 'Install prerequisites' displayName: 'Install prerequisites'
- script: | - script: |
pushd '$(projectRoot)' pushd '$(projectRoot)'
python manage.py test --testrunner xmlrunner.extra.djangotestrunner.XMLTestRunner --no-input #python manage.py test --testrunner xmlrunner.extra.djangotestrunner.XMLTestRunner --no-input
python quicktest.py helpdesk
displayName: 'Run tests' displayName: 'Run tests'
- task: PublishTestResults@2 - task: PublishTestResults@2