Skip to content

Commit ed13d11

Browse files
Merge pull request #73 from delsim/coverage
Adding Coveralls to Travis CI build
2 parents f32ddcc + 803cfc3 commit ed13d11

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ services:
1818
script:
1919
- pushd demo
2020
- pytest demo --cov=demo --cov=django_plotly_dash --cov-report term-missing
21+
22+
after_success:
23+
- coveralls

dev_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pylint
1010
pytest>=3.6
1111
pytest-django
1212
pytest-cov
13+
python-coveralls
1314
pytz
1415
redis
1516
sphinx

dev_requirements.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- pylint
88
- pytest>=3.6
99
- pytest-cov
10+
- python-coveralls
1011
- pytz
1112
- redis
1213
- twine

0 commit comments

Comments
 (0)