+11
−0
+11
−2
Loading
tox now has a feature of `labels` which allows running groups of environments using the command `tox -m LABEL_NAME`. For example `tox -m lint` which has been setup to run the linters. Bumped the minimum required version of tox to be 4.0, which was released over a year ago.