6 lines
96 B
YAML
6 lines
96 B
YAML
services:
|
|
web:
|
|
command: python -Wa manage.py test --noinput --parallel
|
|
restart: "no"
|
|
|