Install tests reqs

This commit is contained in:
Michael 2020-02-29 21:54:55 -06:00
parent c99caac86a
commit a757eeaf53

View File

@ -17,6 +17,7 @@ jobs:
- run: pip install --user coveralls
- run: pip install --user -r requirements.txt
- run: pip install --user -r dev-requirements.txt
- run: pip install --user -r dj_rest_auth/tests/requirements.pip
- run:
command: coverage run --source=dj_rest_auth setup.py test
name: Test