Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tox labels to more easily run just a subset of the thing
The label can be selected with `-m` on most tox commands, this is equivalent to selecting the corresponding envs using `-e`. - `test` runs all the tests, in all python versions - `check` runs the non-test checks - `pypy` and `cpy` run the tests for their respective Python implementation This is way more convenient when leveraging `posargs` as most of the tools are not posargs-compatible. Also easier than typing the envs in full. The only drawback is `tox list` does not display the labels. Also use brace expansions for cleaner definitions (and easier updates), in both envlist and labels.
- Loading branch information