1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/circle.yml

18 lines
294 B
YAML
Raw Normal View History

2015-11-23 14:42:55 +00:00
machine:
python:
2015-11-23 14:50:09 +00:00
version: 3.4.2
2015-11-23 21:12:18 +00:00
environment:
DEBUG: true
DATABASE_URL: postgres://localhost/theorangeonenets
2015-11-23 21:15:47 +00:00
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
2015-11-23 14:42:55 +00:00
dependencies:
pre:
2015-11-23 14:47:18 +00:00
- ./build
2015-11-27 20:46:56 +00:00
cache_directories:
- env
2015-11-23 14:42:55 +00:00
test:
override:
2015-11-27 19:53:09 +00:00
- ./runtests