Skip to content

Commit

Permalink
Merge pull request #36 from ccordoba12/make-tests-fail
Browse files Browse the repository at this point in the history
PR: Make tests to really fail in CircleCI
  • Loading branch information
ccordoba12 committed Aug 19, 2018
2 parents 9a419dc + dec1043 commit 5cebd6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ source activate test

pytest -x -vv --cov=spyder_kernels --cov-report=term-missing spyder_kernels

if [ $? -ne 0 ]; then
exit 1
fi

codecov

0 comments on commit 5cebd6a

Please sign in to comment.