summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index fb4a72e4..e35bf618 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,12 +22,12 @@ passenv =
[testenv:integration]
deps = {[testenv]deps}
-extras = {[testenv]extras}
+extras = testing-integration
passenv =
{[testenv]passenv}
DOWNLOAD_PATH
commands =
- pytest --integration {posargs:-vv --durations=10 -p no:cov -p no:flake8 setuptools/tests/integration}
+ pytest --integration {posargs:-vv --durations=10 setuptools/tests/integration}
# use verbose mode by default to facilitate debugging from CI logs
[testenv:docs]