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

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