We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f9a22 commit 6faeec7Copy full SHA for 6faeec7
tox.ini
@@ -1,20 +1,20 @@
1
[tox]
2
-envlist = py{311,312}-{lint,pytest,mypy}
+envlist = py{311,313}-{lint,pytest,mypy}
3
4
-[testenv:py{311,312}-lint]
+[testenv:py{311,313}-lint]
5
commands =
6
black --check --diff majavahbot setup.py
7
isort --check --diff majavahbot setup.py
8
deps =
9
black
10
isort
11
12
-[testenv:py{311,312}-pytest]
+[testenv:py{311,313}-pytest]
13
commands = pytest
14
15
pytest
16
17
-[testenv:py{311,312}-mypy]
+[testenv:py{311,313}-mypy]
18
commands = mypy majavahbot
19
20
mypy
0 commit comments