travis with both codecov and coveralls
Browse files- .travis.yml +2 -2
.travis.yml
CHANGED
@@ -13,7 +13,7 @@ before_install:
|
|
13 |
- pip install pipenv --upgrade
|
14 |
sudo: false
|
15 |
after_success:
|
16 |
-
codecov
|
17 |
-
coveralls
|
18 |
notifications:
|
19 |
# slack: watchcloud:rNoT5kJJakPqwLSKuev6oa4C
|
|
|
13 |
- pip install pipenv --upgrade
|
14 |
sudo: false
|
15 |
after_success:
|
16 |
+
- codecov
|
17 |
+
- coveralls
|
18 |
notifications:
|
19 |
# slack: watchcloud:rNoT5kJJakPqwLSKuev6oa4C
|