From 5e958faf29c53a493d205cbeb1178f521d0a3b11 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 5 Oct 2015 22:26:37 +0200 Subject: [PATCH] Add --noconftest flags for some testenvs. --- tox.ini | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 27fb6d496..f445c018c 100644 --- a/tox.ini +++ b/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