Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Jul 14, 2016
1 parent 71eaf0c commit 93586eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ install:
script:
- bash ci/.travis_test.sh
after_success:
- if [[ "${COVERAGE}" == "true" ]]; then coveralls || echo "failed"; fi
- if [[ "${COVERAGE}" == "true" ]]; then coveralls; codecov; else echo "failed"; fi
notifications:
email:
recipients:
Expand Down
2 changes: 1 addition & 1 deletion ci/.travis_install.sh
Expand Up @@ -26,7 +26,7 @@ source activate test-environment
pip install nose nose-exclude;

if [ "${COVERAGE}" = "true" ]; then
pip install coverage coveralls;
pip install coverage coveralls codecov;
fi

python --version
Expand Down

0 comments on commit 93586eb

Please sign in to comment.