Add django-override-storage to test reqs

This commit is contained in:
Carl van Tonder
2018-05-01 13:30:42 -04:00
parent f4a74e6fd0
commit 83061316c0
3 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ pytest:
stage: test
before_script:
- pip install -U pip setuptools
- pip install -r test_requirements.txt
- pip install -r requirements-test.txt
- apt-get update && cat system-requirements.txt | xargs apt-get install -y
script:
- pytest -v --cov=ojusomap