install dev deps on test step

This commit is contained in:
Aarni Halinen
2021-04-14 16:53:52 +03:00
parent 5049ef415d
commit 6f6dc09f01
+1 -1
View File
@@ -30,7 +30,7 @@ test:
script:
- pip install poetry==1.1.4
- poetry config virtualenvs.create false
- poetry install --no-dev --no-interaction --no-ansi
- poetry install --no-interaction --no-ansi
- python manage.py migrate --noinput
- python manage.py createdefaultadmin
- python manage.py test