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
2016-04-08 23:38:36 +01:00

20 lines
334 B
YAML

machine:
python:
version: 3.4.2
node:
version: 5.10.1
environment:
DEBUG: true
DATABASE_URL: sqlite://~/database.db
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
BUILD_PRODUCTION: true
dependencies:
pre:
- ./build
cache_directories:
- env
test:
override:
- ./runtests