From fc671e83d346f8a1884466be007708a9a04c1ea2 Mon Sep 17 00:00:00 2001 From: Cole Maclean Date: Thu, 6 Apr 2017 20:02:37 -0700 Subject: [PATCH] Revert "Removed coverage from deps, as its covered in setup.py" This reverts commit a7b51c9914fe11305a9cdd44b682c1fc597bc131. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index c80d84ab..474b5f0a 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,7 @@ passenv = * [testenv:clean] setenv = COVERAGE_FILE = .coverage +deps = coverage commands = coverage erase skip_install = true @@ -43,6 +44,7 @@ skip_install = true setenv = COVERAGE_FILE = .coverage deps = + coverage codecov coveralls commands =