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

21 lines
334 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
2016-04-08 23:38:36 +01:00
node:
version: 5.10.1
2015-11-23 21:12:18 +00:00
environment:
DEBUG: true
2016-01-16 15:53:01 +00:00
DATABASE_URL: sqlite://~/database.db
2015-11-23 21:15:47 +00:00
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
2016-01-29 23:46:52 +00:00
BUILD_PRODUCTION: true
2015-11-23 14:42:55 +00:00
dependencies:
pre:
2016-01-29 23:46:52 +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