From 1ae4684f495837449c12bb032f8c9403dd19b03a Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 21 Jul 2014 13:21:46 +0200 Subject: Move test requirement coverage into tox.ini Like commented in the test-requirements.ini file the test requirement coverage can be moved into the tox.ini file when tox>=1.4 is required. The minimum version at the moment is 1.6. Change-Id: Ic71f63fb0fab0470e4732099bb8ab5c13dd98538 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ca6cd00..2e1a10e 100644 --- a/tox.ini +++ b/tox.ini @@ -15,10 +15,13 @@ commands = python setup.py testr --slowest --testr-args='{posargs}' commands = flake8 [testenv:cover] +deps = {[testenv]deps} + coverage setenv = VIRTUAL_ENV={envdir} commands = python setup.py testr --coverage + [testenv:venv] commands = {posargs} -- cgit v1.2.1