7bc8b402d5
* fix: propper python 3.11 support * fix tox config * wider python 3.x support * Update ci.yml Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
10 lines
159 B
INI
10 lines
159 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py37, py38, py39, py310, py311
|
|
|
|
[testenv]
|
|
whitelist_externals = poetry
|
|
commands =
|
|
poetry install -v
|
|
poetry run pytest
|