Don't collectstatic, it's not needed and it won't work without Yarn being run, which introduces another dependency

This commit is contained in:
Danielle McLean 2018-02-26 12:43:43 +11:00
parent 1759be4d8c
commit 247bce0996
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ install:
script:
- pip install pipenv
- pipenv install
- pipenv run ./manage.py collectstatic --no-input
pytest:
stage: test