diff options
author | Prabhu Ramachandran | 2017-12-29 08:38:42 -0500 |
---|---|---|
committer | GitHub | 2017-12-29 08:38:42 -0500 |
commit | 9599dd9fbd96ae4089ed6cbe2347065e33cc673e (patch) | |
tree | 2e87dfa02f9c8ce3dc09d4d7dc33e5c79ebe2bc2 /.travis.yml | |
parent | be74de5ef9b6ddfffe13de4baf7b3d1aff940372 (diff) | |
parent | 3cf8110efe4a521044cc5581df672e86facfb116 (diff) | |
download | online_test-9599dd9fbd96ae4089ed6cbe2347065e33cc673e.tar.gz online_test-9599dd9fbd96ae4089ed6cbe2347065e33cc673e.tar.bz2 online_test-9599dd9fbd96ae4089ed6cbe2347065e33cc673e.zip |
Merge pull request #407 from maheshgudi/yaksh_add_logo
Add logo on Yaksh
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |