Skip to content

Commit

Permalink
Revert "Removed coverage from deps, as its covered in setup.py"
Browse files Browse the repository at this point in the history
This reverts commit a7b51c9.
  • Loading branch information
cole committed Apr 7, 2017
1 parent 00527e5 commit fc671e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ passenv = *
[testenv:clean]
setenv =
COVERAGE_FILE = .coverage
deps = coverage
commands = coverage erase
skip_install = true

Expand All @@ -43,6 +44,7 @@ skip_install = true
setenv =
COVERAGE_FILE = .coverage
deps =
coverage
codecov
coveralls
commands =
Expand Down

0 comments on commit fc671e8

Please sign in to comment.