From 4b060f598083281b34f48e3c16c2a8f4bbbe37db Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 3 Mar 2016 10:15:32 -0500 Subject: [PATCH] - coverage -> cov --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 15593d21..9f15bdd2 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ deps=pytest mysql: mysqlclient oracle: cx_oracle mssql: pymssql - coverage: pytest-cov + cov: pytest-cov sitepackages=True -- 2.47.2