From 8a29a20462bd84bc30eaf18ac17b3d89e8c34091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 8 Mar 2016 14:02:51 +0100 Subject: [PATCH] Don't measure coverage, it's not working (yet) --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 597ddb1..7416e6d 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,8 @@ envlist = py27,py34,py35 [pytest] -addopts = -v --cov pillarsdk --cov-report term-missing +;addopts = -v --cov pillarsdk --cov-report term-missing +addopts = -v --cov-report term-missing [testenv] commands=py.test []