Skip to content

Commit

Permalink
Fix deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 12, 2015
1 parent e917657 commit edce358
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ commands =

[testenv:coveralls]
deps =
coveralls coverage<4.0
coveralls
coverage<4.0
skip_install = true
usedevelop = false
commands =
Expand All @@ -97,7 +98,8 @@ commands =

[testenv:codecov]
deps =
codecov coverage<4.0
codecov
coverage<4.0
skip_install = true
usedevelop = false
commands =
Expand Down

0 comments on commit edce358

Please sign in to comment.