Skip to content

Commit

Permalink
travis / codecov: no comma, remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 8, 2015
1 parent de9173b commit a25df02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
fi

source ~/.venv/bin/activate
echo "TRAVIS_OS_NAME,TOXENV = $TRAVIS_OS_NAME,$TOXENV"

if [[ "$(uname -s)" == "Darwin" ]]; then
# no fakeroot on OS X
Expand Down
4 changes: 1 addition & 3 deletions .travis/upload_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ set -x

NO_COVERAGE_TOXENVS=(pep8)
if ! [[ "${NO_COVERAGE_TOXENVS[*]}" =~ "${TOXENV}" ]]; then
echo "TRAVIS_OS_NAME,TOXENV = $TRAVIS_OS_NAME,$TOXENV"
source ~/.venv/bin/activate
ln .tox/.coverage .coverage
echo "TRAVIS_OS_NAME,TOXENV = $TRAVIS_OS_NAME,$TOXENV"
codecov -e TRAVIS_OS_NAME,TOXENV
codecov -e TRAVIS_OS_NAME TOXENV
fi

0 comments on commit a25df02

Please sign in to comment.