Install base requirements in GitLab CI

This commit is contained in:
Anna Sidwell 2018-11-24 13:53:36 +00:00
parent ad64b646b1
commit 3a71ad5129

View File

@ -25,6 +25,7 @@ pytest:
stage: test
before_script:
- pip install -U pip setuptools
- pip install -r requirements/base.txt
- pip install -r requirements/test.txt
- apt-get update && cat system-requirements-debian.txt | xargs apt-get install -y
- python manage.py collectstatic