Skip to content

Commit

Permalink
[ci] Implicitly get coverage version from coveralls
Browse files Browse the repository at this point in the history
The coveralls package already has a dependency on coverage
and sets the boundary according to its support for the coverage library.
We should not duplicate this information.
  • Loading branch information
marfgold1 committed Dec 19, 2019
1 parent 8009f74 commit 7599539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name = "pypi"
openwisp_controller = {path = ".", editable = true}

[dev-packages]
coverage = "*"
coveralls = "*"
isort = "*"
flake8 = "*"
Expand Down

0 comments on commit 7599539

Please sign in to comment.