Drop Python 3.5 support

pytest no longer supports it, and our CI is broken because of it.
This commit is contained in:
Bruno Oliveira
2021-04-25 09:26:15 -03:00
parent 3fe2094197
commit 8b35945d54
5 changed files with 9 additions and 41 deletions

10
tox.ini
View File

@@ -1,7 +1,7 @@
[tox]
envlist=
linting
py{35,36,37,38,39}-pytestlatest
py{36,37,38,39}-pytestlatest
py38-pytestmain
py38-psutil
@@ -21,14 +21,6 @@ deps = pytest
commands =
pytest {posargs:-k psutil}
[testenv:linting]
skip_install = True
usedevelop = True
passenv = PRE_COMMIT_HOME
deps =
pre-commit
commands = pre-commit run --all-files --show-diff-on-failure
[testenv:release]
changedir=
decription = do a release, required posarg of the version number