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