Skip to content

Commit

Permalink
Trying to add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jrstarke committed Nov 5, 2018
1 parent 26c1c19 commit 7c081fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ matrix:
sudo: true
install: pip install -e ".[dev]"
script: py.test --cov-report=xml --cov-report=html --cov-report term-missing --cov=awsprofile
after_success:
- coveralls
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
install_requires=requires,

extras_require={
'dev': ['pytest', 'pytest-cov', 'pytest-mock'],
'dev': ['pytest', 'pytest-cov', 'pytest-mock', 'coveralls'],
},

# To provide executable scripts, use entry points in preference to the
Expand Down

0 comments on commit 7c081fe

Please sign in to comment.