fix tests
This commit is contained in:
@ -14,6 +14,9 @@ steps:
|
|||||||
REDIS_URL: redis://redis:6379/0
|
REDIS_URL: redis://redis:6379/0
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt --cache-dir=/root/.cache/pip
|
- pip install -r requirements.txt --cache-dir=/root/.cache/pip
|
||||||
|
- pip install coverage coveralls
|
||||||
|
- python manage.py collectstatic --noinput
|
||||||
|
- python manage.py migrate --noinput
|
||||||
- ./manage.py test
|
- ./manage.py test
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
Reference in New Issue
Block a user