|
@@ -1,5 +1,5 @@
|
|
|
[tox]
|
|
|
-env_list = py37,py38,py39,py310,py311
|
|
|
+env_list = py38,py39,py310,py311
|
|
|
skip_missing_interpreters = True
|
|
|
package = editable
|
|
|
min_version = 4.0
|
|
@@ -13,7 +13,7 @@ whitelist_externals =
|
|
|
passenv = COVERAGE_FILE
|
|
|
commands =
|
|
|
pytest {posargs}
|
|
|
- py38,py39,py310,py311: black --check .
|
|
|
+ black --check .
|
|
|
isort --check-only --settings-path setup.cfg .
|
|
|
flake8 borgmatic tests
|
|
|
codespell
|