Skip to content

Commit 4cf72b5

Browse files
authored
Merge pull request #18 from taskiq-python/feature/tox
2 parents 76bf12c + f04705f commit 4cf72b5

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.python-version

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
3.11.4
2+
3.10.12
3+
3.9.17
4+
3.8.17

tox.ini

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[tox]
2+
isolated_build = true
3+
env_list =
4+
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

Comments
 (0)