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
|
||||
pytest-flakes==1.0.1
|
||||
commands =
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envpython} -m py.test -q --flakes --ignore=tests
|
||||
{envpython} -m py.test -q --flakes --ignore=tests --noconftest
|
||||
|
||||
[testenv:pep8]
|
||||
basepython = python3
|
||||
@ -128,8 +127,8 @@ deps =
|
||||
pep8==1.6.2
|
||||
pytest-pep8==1.0.6
|
||||
commands =
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envpython} -m py.test -q --pep8 --ignore=tests
|
||||
{envpython} -m py.test -q --pep8 --ignore=tests --noconftest
|
||||
|
||||
|
||||
[testenv:mccabe]
|
||||
basepython = python3
|
||||
@ -141,8 +140,7 @@ deps =
|
||||
mccabe==0.3.1
|
||||
pytest-mccabe==0.1
|
||||
commands =
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envpython} -m py.test -q --mccabe --ignore=tests
|
||||
{envpython} -m py.test -q --mccabe --ignore=tests --noconftest
|
||||
|
||||
[testenv:pyroma]
|
||||
basepython = python3
|
||||
|
Loading…
Reference in New Issue
Block a user