tox: Use --ignore=tests for pep8/pyflakes/mccabe.
This commit is contained in:
parent
f2d7391974
commit
d02b63a847
6
tox.ini
6
tox.ini
@ -96,7 +96,7 @@ deps =
|
|||||||
pytest-flakes==1.0.0
|
pytest-flakes==1.0.0
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test -q --flakes -m flakes
|
{envpython} -m py.test -q --flakes --ignore=tests
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps =
|
deps =
|
||||||
@ -107,7 +107,7 @@ deps =
|
|||||||
pytest-pep8==1.0.6
|
pytest-pep8==1.0.6
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test -q --pep8 -m pep8
|
{envpython} -m py.test -q --pep8 --ignore=tests
|
||||||
|
|
||||||
[testenv:mccabe]
|
[testenv:mccabe]
|
||||||
deps =
|
deps =
|
||||||
@ -118,7 +118,7 @@ deps =
|
|||||||
pytest-mccabe==0.1
|
pytest-mccabe==0.1
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test -q --mccabe -m mccabe
|
{envpython} -m py.test -q --mccabe --ignore=tests
|
||||||
|
|
||||||
[testenv:pyroma]
|
[testenv:pyroma]
|
||||||
skip_install = true
|
skip_install = true
|
||||||
|
Loading…
Reference in New Issue
Block a user