fix tests
This commit is contained in:
@ -14,6 +14,9 @@ steps:
|
||||
REDIS_URL: redis://redis:6379/0
|
||||
commands:
|
||||
- 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
|
||||
volumes:
|
||||
- name: cache
|
||||
|
Reference in New Issue
Block a user