Set up tox
This commit is contained in:
parent
f44b7fa664
commit
807a29b011
4 changed files with 22 additions and 6 deletions
|
@ -14,7 +14,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = "^3.8"
|
||||
redis = "^3.5.3"
|
||||
aioredis = "^2.0.0"
|
||||
pydantic = "^1.8.2"
|
||||
|
@ -41,6 +41,7 @@ pytest-xdist = "^2.4.0"
|
|||
twine = "^3.4.2"
|
||||
email-validator = "^1.1.3"
|
||||
tox = "^3.24.4"
|
||||
tox-pyenv = "^1.1.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
migrate = "redis_om.model.cli.migrate:migrate"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue