Skip to content

Commit b592fe2

Browse files
committed
feature: add coveralls support
1 parent 92ea83e commit b592fe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ deps =
2222
-rrequirements.txt
2323
py{27,34,35,36}-unit: pytest-cov
2424
py{27,34,35,36}-unit: codecov
25+
py{27,34,35,36}-unit: coveralls
2526
py{27,34,35,36}-lint: flake8
2627

2728
commands =
2829
py{27,34,35,36}-unit: python setup.py test --addopts "--cov-report xml --cov cwltool"
2930
py{27,34,35,36}-unit: codecov
31+
py{27,34,35,36}-unit: coveralls
3032
py{27,34,35,36}-lint: flake8 schema_salad setup.py
3133

3234
whitelist_externals =

0 commit comments

Comments
 (0)