Skip to content

Commit

Permalink
Tests(tox): Add forgotten Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Jan 13, 2025
1 parent 3c430f1 commit 10afbe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.15
envlist = py{27,34,35,36,37,38,39,310,311,312,py,py3},py{27,37,312}-flake8
envlist = py{27,34,35,36,37,38,39,310,311,312,313,py,py3},py{27,37,312}-flake8

# Base test environment settings
[testenv]
Expand All @@ -11,12 +11,12 @@ commands =
deps =
-rdevscripts/requirements/requirements_tests.txt

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

[testenv:py{27,34,35,36,37,38,39,310,311,312}-flake8]
[testenv:py{27,34,35,36,37,38,39,310,311,312,313}-flake8]
deps =
flake8
pytest < 7.0
Expand Down

0 comments on commit 10afbe1

Please sign in to comment.