Skip to content

Commit

Permalink
trigger codecov.io coverage from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Angad Singh committed Jul 3, 2020
1 parent 3c51d31 commit 75fab29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ python:
- "3.6"
- "3.7"
- "3.8"
before_install:
- pip3 install coverage
install:
- python3 setup.py install
- pip3 install -r docs/requirements
script:
- python3 -m unittest discover -s tests -v
- coverage run --source=ditto -m unittest discover -s tests -v
- cd docs/
- make html
- cd -
after_success:
- bash <(curl -s https://codecov.io/bash)
deploy:
provider: pages
skip_cleanup: true
Expand Down

0 comments on commit 75fab29

Please sign in to comment.