Skip to content

Commit

Permalink
Enable coverage checks via coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
fish-face committed Mar 18, 2020
1 parent da96c5a commit e633a36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
install:
- pip install -e .[dev]
script: ./ci.sh
#after_success:
# - coveralls
after_success:
- coveralls
#deploy:
# provider: pypi
# distributions: "sdist bdist_wheel"
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"dev": [
"boto3-stubs[s3]",
"botocore-stubs @ git+https://github.com/boto/botostubs.git#egg=botocore-stubs-0.0.1&subdirectory=botocore-stubs",
"flake8", "mypy", "pytest",
"coveralls",
"flake8",
"mypy",
"pytest",
"pytest-cov"
]
},
Expand Down

0 comments on commit e633a36

Please sign in to comment.