Update setup.sh
This commit is contained in:
@@ -2,8 +2,11 @@ set -e
|
||||
PURPLE='\033[0;35m'
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
. "VIRTUALENV_ACTIVATE"
|
||||
|
||||
printf "${PURPLE}Running pre-commit tests.${NC}\n"
|
||||
npm test
|
||||
pycodestyle .
|
||||
python manage.py test --noinput
|
||||
set +e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user