Skip to content

Commit

Permalink
Run lint with python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Nov 7, 2023
1 parent 0523a4e commit 5a02115
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
Expand Up @@ -2,7 +2,7 @@
usedevelop = True
minversion = 1.8
envlist =
py38-lint
py311-lint
py311-docs
py{37,38,39,310}-dj32
py{38,39,310,311}-dj{40,41,42}
Expand Down Expand Up @@ -49,8 +49,8 @@ deps = -rdocs/requirements.txt
commands = sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
pip_pre = false

[testenv:py38-lint]
basepython = python3.8
[testenv:py311-lint]
basepython = python3.11
deps = -rtests/requirements/lint.txt
commands =
flake8 src/dockerflow tests/
Expand Down

0 comments on commit 5a02115

Please sign in to comment.