We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f32ddcc + 803cfc3 commit ed13d11Copy full SHA for ed13d11
.travis.yml
@@ -18,3 +18,6 @@ services:
18
script:
19
- pushd demo
20
- pytest demo --cov=demo --cov=django_plotly_dash --cov-report term-missing
21
+
22
+after_success:
23
+ - coveralls
dev_requirements.txt
@@ -10,6 +10,7 @@ pylint
10
pytest>=3.6
11
pytest-django
12
pytest-cov
13
+python-coveralls
14
pytz
15
redis
16
sphinx
dev_requirements.yaml
@@ -7,6 +7,7 @@ dependencies:
7
- pylint
8
- pytest>=3.6
9
- pytest-cov
+ - python-coveralls
- pytz
- redis
- twine
0 commit comments