Added variables to circle file
This commit is contained in:
parent
555c62d7bd
commit
bc2c6364e4
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
||||||
machine:
|
machine:
|
||||||
python:
|
python:
|
||||||
version: 3.4.2
|
version: 3.4.2
|
||||||
|
environment:
|
||||||
|
DEBUG: true
|
||||||
|
DATABASE_URL: postgres://localhost/theorangeonenets
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
|
|
2
runtests
2
runtests
|
@ -3,8 +3,6 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
export PATH=env/bin:${PATH}
|
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"
|
flake8 project --ignore=E128,E501,E401 --exclude="migrations,settings,*/wsgi.py"
|
||||||
echo "All Python tests passed!"
|
echo "All Python tests passed!"
|
||||||
|
|
Reference in a new issue