1
Fork 0

Added variables to circle file

This commit is contained in:
Jake Howard 2015-11-23 21:12:18 +00:00
parent 555c62d7bd
commit bc2c6364e4
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,9 @@
machine:
python:
version: 3.4.2
environment:
DEBUG: true
DATABASE_URL: postgres://localhost/theorangeonenets
dependencies:
pre:

View file

@ -3,8 +3,6 @@
set -e
export PATH=env/bin:${PATH}
export DEBUG=true
export DATABASE_URL=postgres://localhost/theorangeonenet
flake8 project --ignore=E128,E501,E401 --exclude="migrations,settings,*/wsgi.py"
echo "All Python tests passed!"