Updated testing vars
This commit is contained in:
parent
71a55a4c42
commit
555c62d7bd
1 changed files with 2 additions and 0 deletions
2
runtests
2
runtests
|
@ -3,6 +3,8 @@
|
|||
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!"
|
||||
|
|
Reference in a new issue