Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Mar 19, 2019
1 parent 2c41685 commit c115a79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ case "$1" in
exec python manage.py shell
;;
test)
python manage.py collectstatic --noinput
ls -la
ls -la project_novis
export COVERAGE_FILE=/tmp/.coverage
exec pytest -p no:cacheprovider --junitxml=/tmp/report.xml
;;
Expand Down

0 comments on commit c115a79

Please sign in to comment.