mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +01:00
Azure pipelines config update
Add testing dependencies to azure pipelines config
This commit is contained in:
parent
c996537cd5
commit
de39b9847c
@ -56,6 +56,7 @@ steps:
|
|||||||
- script: |
|
- script: |
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel
|
||||||
pip install -c constraints-Django$(DJANGO_VERSION).txt -r requirements.txt
|
pip install -c constraints-Django$(DJANGO_VERSION).txt -r requirements.txt
|
||||||
|
pip install -c constraints-Django$(DJANGO_VERSION).txt -r requirements-testing.txt
|
||||||
pip install unittest-xml-reporting
|
pip install unittest-xml-reporting
|
||||||
displayName: 'Install prerequisites'
|
displayName: 'Install prerequisites'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user