2015-10-20 11:15:50 +03:00
|
|
|
# Global settings for your hitch tests
|
|
|
|
|
|
|
|
failfast: true
|
|
|
|
xvfb: false
|
|
|
|
pause_on_success: false
|
|
|
|
pause_on_failure: false
|
|
|
|
startup_timeout: 45
|
|
|
|
shutdown_timeout: 5
|
|
|
|
environment_variables:
|
|
|
|
DATABASE_URL: postgres://{{cookiecutter.repo_name}}:password@127.0.0.1:15432/{{cookiecutter.repo_name}}
|
|
|
|
SECRET_KEY: cj5^uos4tfCdfghjkf5hq$9$(@-79^e9&x$3vyf#igvsfm4d=+
|
|
|
|
CELERY_BROKER_URL: redis://localhost:16379
|
|
|
|
DJANGO_EMAIL_BACKEND: django.core.mail.backends.smtp.EmailBackend
|
|
|
|
window_size:
|
|
|
|
width: 1024
|
2016-02-16 01:45:43 +03:00
|
|
|
height: 600
|
2015-10-20 11:15:50 +03:00
|
|
|
python_version: {% if cookiecutter.use_python2 == 'n' %}3.5.0{% else %}2.7.10{% endif %}
|
|
|
|
environment:
|
|
|
|
- approved_platforms:
|
|
|
|
- linux
|
|
|
|
- darwin
|