forked from extern/django-helpdesk
Update README with azure build status
This commit is contained in:
parent
5ca1f39c23
commit
e6d14b1d3d
@ -1,8 +1,7 @@
|
||||
django-helpdesk - A Django powered ticket tracker for small businesses.
|
||||
=======================================================================
|
||||
|
||||
.. image:: https://travis-ci.org/django-helpdesk/django-helpdesk.png?branch=develop
|
||||
:target: https://travis-ci.org/django-helpdesk/django-helpdesk
|
||||
[![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)
|
||||
|
||||
.. image:: https://codecov.io/gh/django-helpdesk/django-helpdesk/branch/develop/graph/badge.svg
|
||||
:target: https://codecov.io/gh/django-helpdesk/django-helpdesk
|
||||
|
@ -54,13 +54,14 @@ steps:
|
||||
|
||||
- script: |
|
||||
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
|
||||
displayName: 'Install prerequisites'
|
||||
|
||||
- script: |
|
||||
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'
|
||||
|
||||
- task: PublishTestResults@2
|
||||
|
Loading…
Reference in New Issue
Block a user