Skip to content

Commit

Permalink
Merge pull request #449 from gbrownmozilla/fix-coveralls
Browse files Browse the repository at this point in the history
Fix coveralls dependencies
  • Loading branch information
gbrownmozilla authored Dec 7, 2021
2 parents 0722686 + 6eea885 commit 8ee01aa
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 11 deletions.
3 changes: 2 additions & 1 deletion balrogscript/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ commands =

[testenv:coveralls]
deps=
python-coveralls
coveralls
coverage
-e {toxinidir}/../scriptworker_client
commands=
coveralls

Expand Down
2 changes: 1 addition & 1 deletion beetmoverscript/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ commands =

[testenv:coveralls]
deps =
python-coveralls
coveralls
coverage>=4.2
commands =
coveralls
Expand Down
2 changes: 1 addition & 1 deletion bouncerscript/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ commands =

[testenv:coveralls]
deps=
python-coveralls
coveralls
coverage>=4.2
commands=
coveralls
Expand Down
3 changes: 2 additions & 1 deletion githubscript/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ commands =

[testenv:coveralls]
deps=
python-coveralls
coveralls
coverage
-e {toxinidir}/../scriptworker_client
commands=
coveralls

Expand Down
2 changes: 1 addition & 1 deletion pushapkscript/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ commands =

[testenv:coveralls]
deps=
python-coveralls
coveralls
coverage
commands=
coveralls
Expand Down
2 changes: 1 addition & 1 deletion pushflatpakscript/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ commands =

[testenv:coveralls]
deps=
python-coveralls
coveralls
coverage
commands=
coveralls
Expand Down
3 changes: 2 additions & 1 deletion pushmsixscript/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ commands =

[testenv:coveralls]
deps=
python-coveralls
coveralls
coverage
-e {toxinidir}/../scriptworker_client
commands=
coveralls

Expand Down
2 changes: 1 addition & 1 deletion scriptworker_client/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ commands=

[testenv:coveralls]
deps =
python-coveralls
coveralls
coverage

whitelist_externals =
Expand Down
2 changes: 1 addition & 1 deletion shipitscript/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ commands =

[testenv:coveralls]
deps =
python-coveralls
coveralls
coverage>=4.2
commands =
coveralls
Expand Down
2 changes: 1 addition & 1 deletion signingscript/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ commands =

[testenv:coveralls]
deps=
python-coveralls
coveralls
coverage
commands=
coveralls
Expand Down
3 changes: 2 additions & 1 deletion treescript/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ commands =

[testenv:coveralls]
deps=
python-coveralls
coveralls
coverage>=4.2b1
-e {toxinidir}/../scriptworker_client
commands=
coveralls

Expand Down

0 comments on commit 8ee01aa

Please sign in to comment.