From 26dae8ee94c9ccee48527eb280f575e18bcba28e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 2 Aug 2016 15:45:05 +0300 Subject: [PATCH] Skip some tests from coverage --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 39e23c8d..efc4138c 100644 --- a/tox.ini +++ b/tox.ini @@ -60,10 +60,12 @@ deps = pytest-cov commands = {envpython} --version - py.test --cov=platformio -v --basetemp="{envtmpdir}" tests + py.test -v --basetemp="{envtmpdir}" tests [testenv:coverage] passenv = * basepython = python2.7 deps = codecov -commands = codecov +commands = + py.test --cov=platformio -v tests --ignore=tests/test_examples.py --ignore=tests/test_pkgmanifest.py + codecov