Skip to content

Commit

Permalink
set pytest to exit on error
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Oct 28, 2016
1 parent 3244ce2 commit 0bdb5fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#! /bin/bash
# run python unittests
set -e

coverage run manage.py test > /dev/null
coverage report -m

0 comments on commit 0bdb5fc

Please sign in to comment.