Add --noconftest flags for some testenvs.
This commit is contained in:
parent
bc26592bb7
commit
5e958faf29
10
tox.ini
10
tox.ini
@ -115,8 +115,7 @@ deps =
|
|||||||
pyflakes==1.0.0
|
pyflakes==1.0.0
|
||||||
pytest-flakes==1.0.1
|
pytest-flakes==1.0.1
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} -m py.test -q --flakes --ignore=tests --noconftest
|
||||||
{envpython} -m py.test -q --flakes --ignore=tests
|
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
@ -128,8 +127,8 @@ deps =
|
|||||||
pep8==1.6.2
|
pep8==1.6.2
|
||||||
pytest-pep8==1.0.6
|
pytest-pep8==1.0.6
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} -m py.test -q --pep8 --ignore=tests --noconftest
|
||||||
{envpython} -m py.test -q --pep8 --ignore=tests
|
|
||||||
|
|
||||||
[testenv:mccabe]
|
[testenv:mccabe]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
@ -141,8 +140,7 @@ deps =
|
|||||||
mccabe==0.3.1
|
mccabe==0.3.1
|
||||||
pytest-mccabe==0.1
|
pytest-mccabe==0.1
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} -m py.test -q --mccabe --ignore=tests --noconftest
|
||||||
{envpython} -m py.test -q --mccabe --ignore=tests
|
|
||||||
|
|
||||||
[testenv:pyroma]
|
[testenv:pyroma]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
Reference in New Issue
Block a user