diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ commands = {[testenv:integration-tests]commands} passenv = {[testenv:integration-tests]passenv} deps = {[testenv:integration-tests]deps} setenv = - PYTEST_ADDOPTS="-k ci" + PYTEST_ADDOPTS="-m ci" [pytest] # TODO: s/--strict/--strict-markers/ once xenial support is dropped |