Skip to content

Commit

Permalink
Add coveralls uploader to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
boustrophedon committed Jan 25, 2019
1 parent 467a42c commit dc5f28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:

- stage: "Coverage"
name: "coverage"
script: pipenv run pytest --cov
script: pipenv run pytest --cov && coveralls
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ mypy = "==0.650"
flake8 = "*"
black = "*"
pytest-cov = "*"
coveralls = "*"

[requires]
python_version = "3.7"
Expand Down

0 comments on commit dc5f28d

Please sign in to comment.