1
Fork 0

Added test completed message to tests script

This commit is contained in:
Jake Howard 2015-11-23 18:50:36 +00:00
parent 75a98a2545
commit 55cdd817c3

View file

@ -4,6 +4,7 @@ set -e
export PATH=env/bin:${PATH} export PATH=env/bin:${PATH}
flake8 project --ignore=E128,E501 --exclude="migrations,settings,*/wsgi.py" flake8 project --ignore=E128,E501,E401 --exclude="migrations,settings,*/wsgi.py"
echo "All Python tests passed!"
npm test npm test