mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +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: |
|
||||
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-testing.txt
|
||||
pip install unittest-xml-reporting
|
||||
displayName: 'Install prerequisites'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user