Skip to content

Commit

Permalink
Add Py311 to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody authored Nov 11, 2022
1 parent fa98eb5 commit edc4695
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, py310, linting
envlist = py37, py38, py39, py310, py311, linting
skipsdist = True

[gh-actions]
Expand All @@ -8,10 +8,11 @@ python =
3.8: py38
3.9: py39, linting
3.10: py310
3.11: py311

[testenv]
deps =
pydantic
pydantic
Pillow
requests

Expand All @@ -24,9 +25,9 @@ basepython = python3
deps =
autopep8
isort
flake8-docstrings
flake8-isort
flake8
flake8-docstrings
flake8-isort
flake8
skip_install = true
commands =
isort .
Expand Down

0 comments on commit edc4695

Please sign in to comment.