Skip to content

Commit

Permalink
Fix for coveralls pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
iosonofabio committed Apr 26, 2020
1 parent a9b83be commit cd58a56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ if [ "$TRAVIS_OS_NAME" == 'osx' ]; then
PYTEST=$(which pytest)
else
PYTHON=${PYTHON:-python}
PYTEST=${PYTEST:-"pytest -rxXs --cov=northstar/"}
# coveralls is misbehaving
#PYTEST=${PYTEST:-"pytest -rxXs --cov=northstar/"}
PYTEST=${PYTEST:-"pytest"}
fi

echo "python: ${PYTHON}"
Expand Down

0 comments on commit cd58a56

Please sign in to comment.