Skip to content

Commit

Permalink
Merge pull request #73 from delsim/coverage
Browse files Browse the repository at this point in the history
Adding Coveralls to Travis CI build
  • Loading branch information
GibbsConsulting committed Nov 10, 2018
2 parents f32ddcc + 803cfc3 commit ed13d11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ services:
script:
- pushd demo
- pytest demo --cov=demo --cov=django_plotly_dash --cov-report term-missing

after_success:
- coveralls
1 change: 1 addition & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pylint
pytest>=3.6
pytest-django
pytest-cov
python-coveralls
pytz
redis
sphinx
Expand Down
1 change: 1 addition & 0 deletions dev_requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- pylint
- pytest>=3.6
- pytest-cov
- python-coveralls
- pytz
- redis
- twine
Expand Down

0 comments on commit ed13d11

Please sign in to comment.