diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2021-11-08 13:10:29 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2021-12-21 02:22:10 +0000 |
| commit | 8e94277dc707eba2c4699eb656a48b0f032d89b5 (patch) | |
| tree | b9adfc027481e2c940af0450cbd6bd3576795086 /tox.ini | |
| parent | e1c1934c946704c74a8e83529e41d72e667b1d25 (diff) | |
| download | python-setuptools-git-8e94277dc707eba2c4699eb656a48b0f032d89b5.tar.gz | |
Add tox environment for integration tests
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
