install dev deps on test step
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user