archive
/
static-share
Archived
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.
static-share/circle.yml

23 lines
364 B
YAML
Raw Permalink Normal View History

2016-09-05 08:36:06 +01:00
machine:
python:
version: 3.4.2
node:
version: 5.11.1
environment:
DEBUG: true
2016-09-06 17:55:12 +01:00
DATABASE_URL: sqlite://./database.db
2016-09-05 08:36:06 +01:00
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
SECRET_KEY: 123
IN_TEST: true
dependencies:
pre:
- ./build
cache_directories:
- env
- node_modules
test:
override:
- ./runtests