From 60fb1e6554775d1b22685f5b1eea04795c84a542 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 2 Sep 2016 16:12:43 -0400 Subject: [tests] add pep8 in main tox run from within the gitlab script add coverage reports too. (hereby we swear not to write stupid tests just because it feels good to have an increased coverage metric). - Resolves: #8416 --- testing/tox.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/tox.ini b/testing/tox.ini index c1d7ddb7..fecd4c5b 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -2,9 +2,14 @@ envlist = py27 [testenv] -commands = py.test {posargs} +commands = py.test --cov-report=html \ + --cov-report=term \ + --cov=leap.soledad \ + {posargs} deps = + coverage pytest + pytest-cov pytest-twisted pytest-benchmark mock -- cgit v1.2.3