Skip to content

Commit

Permalink
Testing codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Feb 7, 2019
1 parent ab4f6ed commit f949b58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
.coverage
.eggs/
.tox/
coverage.*
doc/build/
htmlcov/
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ python:
# - "3.7"

install:
- pip install tox-travis coveralls
- pip install tox-travis coveralls codecov

script:
- tox

after_success:
- coveralls
- codecov

0 comments on commit f949b58

Please sign in to comment.