Skip to content

Commit 10afbe1

Browse files
committed
Tests(tox): Add forgotten Python 3.13
1 parent 3c430f1 commit 10afbe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.15
3-
envlist = py{27,34,35,36,37,38,39,310,311,312,py,py3},py{27,37,312}-flake8
3+
envlist = py{27,34,35,36,37,38,39,310,311,312,313,py,py3},py{27,37,312}-flake8
44

55
# Base test environment settings
66
[testenv]
@@ -11,12 +11,12 @@ commands =
1111
deps =
1212
-rdevscripts/requirements/requirements_tests.txt
1313

14-
[testenv:py{27,34,35,36,37,38,39,310,311,312,py,py3}]
14+
[testenv:py{27,34,35,36,37,38,39,310,311,312,313,py,py3}]
1515
commands =
1616
{[testenv]commands}
1717
{envpython} -m pytest
1818

19-
[testenv:py{27,34,35,36,37,38,39,310,311,312}-flake8]
19+
[testenv:py{27,34,35,36,37,38,39,310,311,312,313}-flake8]
2020
deps =
2121
flake8
2222
pytest < 7.0

0 commit comments

Comments
 (0)