1
Fork 0

Updated testing vars

This commit is contained in:
Jake Howard 2015-11-23 21:06:24 +00:00
parent 71a55a4c42
commit 555c62d7bd

View file

@ -3,6 +3,8 @@
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!"