run most common tests only when invoking `tox` without args.

envlist never really included the full list of environments,
for example cibuild was already missing. This commit tries to
make a reasonable tradeoff between comprehensiveness and local running time
by only running the most frequent error sources.

We still check everything in CI.
This commit is contained in:
Maximilian Hils 2021-03-07 16:17:40 +01:00
parent 1e793ced24
commit 47982cac10
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py38, py39, flake8, filename_matching, mypy, individual_coverage, docs
envlist = py, flake8, mypy
skipsdist = True
toxworkdir={env:TOX_WORK_DIR:.tox}