Skip to content

Commit

Permalink
updated .travis.yml for codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
speratus committed Oct 2, 2019
1 parent e2277c0 commit edfe694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ python:
# - "3.5"
- "3.7"
install: pip install codecov
script: python3 tests.py
script: coverage run tests.py
after_success: codecov

0 comments on commit edfe694

Please sign in to comment.