summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoradityacp2018-01-02 15:28:47 +0530
committeradityacp2018-01-02 15:28:47 +0530
commit8a062d48a0347ae43b1b9d5b1ca532387d8ad3d9 (patch)
treeefb9c6aa856157e1ff883631c96b636648445e07 /.travis.yml
parentb44db042059e69df4c4a948d6dff73604c7abf83 (diff)
parent7f14d3ef8212b1cd88a9c96a134d2bd5321a4078 (diff)
downloadonline_test-8a062d48a0347ae43b1b9d5b1ca532387d8ad3d9.tar.gz
online_test-8a062d48a0347ae43b1b9d5b1ca532387d8ad3d9.tar.bz2
online_test-8a062d48a0347ae43b1b9d5b1ca532387d8ad3d9.zip
Update to latest changes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 153f89b..8bb9d64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,7 @@ before_install:
# command to install dependencies
install:
- pip install -r requirements/requirements-common.txt
+ - pip install codecov
- python setup.py develop
# command to run tests and coverage
@@ -25,6 +26,7 @@ script:
after_success:
- coverage combine
- coverage report
+ - codecov
dist:
precise