We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76bf12c commit f04705fCopy full SHA for f04705f
2 files changed
.python-version
@@ -0,0 +1,4 @@
1
+3.11.4
2
+3.10.12
3
+3.9.17
4
+3.8.17
tox.ini
@@ -0,0 +1,16 @@
+[tox]
+isolated_build = true
+env_list =
+ py311
5
+ py310
6
+ py39
7
+ py38
8
+
9
+[testenv]
10
+skip_install = true
11
+allowlist_externals = poetry
12
+commands_pre =
13
+ poetry install
14
+commands =
15
+ pre-commit run --all-files
16
+ poetry run pytest -vv
0 commit comments