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 stage: test
before_script: before_script:
- pip install -U pip setuptools - 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 - apt-get update && cat system-requirements.txt | xargs apt-get install -y
script: script:
- pytest -v --cov=ojusomap - pytest -v --cov=ojusomap

View File

@ -52,6 +52,6 @@ $ python manage.py migrate
## Run The Tests ## Run The Tests
``` bash ``` bash
$ pip install -r test_requirements.txt $ pip install -r requirements-test.txt
$ pytest -v $ pytest -v
``` ```

View File

@ -2,3 +2,4 @@
pytest==3.5.0 pytest==3.5.0
pytest-django==3.1.2 pytest-django==3.1.2
pytest-cov==2.5.1 pytest-cov==2.5.1
django-override-storage==0.1.4