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
2015-11-27 19:53:09 +00:00

19 lines
No EOL
309 B
YAML

machine:
python:
version: 3.4.2
environment:
DEBUG: true
DATABASE_URL: postgres://localhost/theorangeonenets
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
dependencies:
pre:
- ./build
test:
override:
- ./runtests
dependencies:
cache_directories:
- env