yaml
# vexor.yml
build:
- command: pip install -r requirements.txt
- command: python manage.py migrate
- command: python manage.py test
notifications:
email:
on_success: always
on_failure: always
recipients:
- developer1@example.com
- developer2@example.com