14 lines
No EOL
196 B
YAML
14 lines
No EOL
196 B
YAML
machine:
|
|
python:
|
|
version: 3.4.2
|
|
environment:
|
|
DEBUG: true
|
|
DATABASE_URL: postgres://localhost/theorangeonenets
|
|
|
|
dependencies:
|
|
pre:
|
|
- ./build
|
|
|
|
test:
|
|
override:
|
|
- ./runtests |