Skip to content

Commit

Permalink
Merge pull request #16567 from mvdbeek/tox_fix
Browse files Browse the repository at this point in the history
[22.01] Fix up tox.ini
  • Loading branch information
mvdbeek authored Aug 17, 2023
2 parents f76d894 + 03fa9eb commit 54c44b6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
[tox]
# envlist is the list of environments that are tested when `tox` is run without any option
# hyphens in an environment name are used to delimit factors
envlist = py37-first_startup, py37-lint, py37-lint_docstring_include_list, py37-mypy, py37-reports_startup, py37-unit, test_galaxy_packages, validate_test_tools
envlist =
py{37,38,39,310,311}-first_startup
py{37,38,39,310,311}-lint
py{37,38,39,310,311}-lint_docstring_include_list
py{37,38,39,310,311}-mypy
py{37,38,39,310,311}-reports_startup
py{37,38,39,310,311}-unit
first_startup
lint
lint_docstring_include_list
mypy
reports_startup
unit
test_galaxy_packages
validate_test_tools
skipsdist = True

[testenv]
Expand Down

0 comments on commit 54c44b6

Please sign in to comment.