Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[22.01] Fix up tox.ini #16567

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading