summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index adb41e7d..50894a94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ install:
# coverage
- travis_retry pip install coverage
# coveralls
- - travis_retry pip install coveralls
+ - travis_retry pip install coveralls codecov
# dnspython or dnspython3
- if [[ "$F2B_PY_2" ]]; then travis_retry pip install dnspython; fi
- if [[ "$F2B_PY_3" ]]; then travis_retry pip install dnspython3; fi
@@ -43,6 +43,7 @@ script:
- sudo $VENV_BIN/pip install .
after_success:
- coveralls
+ - codecov
matrix:
fast_finish: true
# Might be worth looking into