From a5afe458f4623bfa27476221152548c26bf1069f Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Wed, 30 Jan 2013 19:45:10 +0000 Subject: [PATCH] add autovpn to coverage report --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fd17783..a9b19d0 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ deps= mox commands= nosetests \ - --with-coverage --cover-package=autoca --cover-erase --cover-html --cover-html-dir=htmlcov \ + --with-coverage --cover-package=autoca,autovpn --cover-erase --cover-html --cover-html-dir=htmlcov \ --with-xunit \ [] # substitute with tox' positional arguments -- GitLab