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

View file

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