Skip to content

Commit 9a94d2e

Browse files
Updated tox.ini and tox-travis.ini with correct envlist
1 parent 356d12f commit 9a94d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tox-travis.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Uncomment this line for tox.ini
1010
# envlist = py312-build_test,py312-codegen,py312-installers,py{38,39,310,311,312}-test,py312-flake8,py312-docs,py312-pkg
1111
# Uncomment this line for tox-travis.ini
12-
envlist = py312-clean,py312-build_test,py312-codegen,py{38,39,310,311,312}-installers,py{38,39,310,311,312}-test,py312-flake8,py312-docs,py312-pkg
12+
envlist = py312-clean,py312-build_test,py312-codegen,py{39,310,311,312,313}-installers,py{39,310,311,312,313}-test,py312-flake8,py312-docs,py312-pkg
1313
skip_missing_interpreters=True
1414
ignore_basepython_conflict=True
1515
skipsdist = true

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# tox-travis.ini will have pyXX-clean and all pyXX-installers in the default envlist, while the developer tox.ini
88
# does not have clean and only has one pyXX-installers
99
# Uncomment this line for tox.ini
10-
envlist = py312-build_test,py312-codegen,py312-installers,py{38,39,310,311,312}-test,py312-flake8,py312-docs,py312-pkg
10+
envlist = py312-build_test,py312-codegen,py312-installers,py{39,310,311,312,313}-test,py312-flake8,py312-docs,py312-pkg
1111
# Uncomment this line for tox-travis.ini
1212
# envlist = py312-clean,py312-build_test,py312-codegen,py{38,39,310,311,312}-installers,py{38,39,310,311,312}-test,py312-flake8,py312-docs,py312-pkg
1313
skip_missing_interpreters=True

0 commit comments

Comments
 (0)