summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-08 13:10:29 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2021-12-21 02:22:10 +0000
commit8e94277dc707eba2c4699eb656a48b0f032d89b5 (patch)
treeb9adfc027481e2c940af0450cbd6bd3576795086 /tox.ini
parente1c1934c946704c74a8e83529e41d72e667b1d25 (diff)
downloadpython-setuptools-git-8e94277dc707eba2c4699eb656a48b0f032d89b5.tar.gz
Add tox environment for integration tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 25b4eaf0..34b5abf6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,6 +20,16 @@ passenv =
SETUPTOOLS_USE_DISTUTILS
windir # required for test_pkg_resources
+[testenv:integration]
+deps = {[testenv]deps}
+extras = {[testenv]extras}
+passenv =
+ {[testenv]passenv}
+ DOWNLOAD_PATH
+commands =
+ pytest --integration {posargs:-vv --durations=10 --no-cov setuptools/tests/integration}
+ # use verbose mode by default to facilitate debugging from CI logs
+
[testenv:docs]
extras =
docs