Skip some tests from coverage

This commit is contained in:
Ivan Kravets
2016-08-02 15:45:05 +03:00
parent bfab3dac81
commit 26dae8ee94

View File

@ -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