use tox for local testing with multiple python versions
This commit is contained in:
parent
895efb5257
commit
35a4be4ee6
3 changed files with 109 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ readme = "README.md"
|
|||
include = ["run.py"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = "^3.8"
|
||||
apscheduler = "^3.6.3"
|
||||
pyrss2gen = "^1.1"
|
||||
profig = "^0.5.1"
|
||||
|
|
@ -17,6 +17,7 @@ Flask = "^2.0.1"
|
|||
requests = "^2.25.1"
|
||||
coverage = "^5.5"
|
||||
peewee = "^3.14.8"
|
||||
tox = "^3.24.5"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
rope = "^0.16.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue