diff --git a/tox.ini b/tox.ini index 92d0d5ec..a89b1027 100644 --- a/tox.ini +++ b/tox.ini @@ -1,15 +1,14 @@ [tox] -envlist = py39 +envlist = py310 skipsdist = True [testenv] +basepython = python3.10 deps = pytest pytest-cov coverage -e . commands = pytest --cov=. --cov-report=xml tests/ - - [tool.coverage.run] -relative_files = true \ No newline at end of file +relative_files = true