This is an automated email from the git hooks/post-receive script.
nsoffer pushed a commit to branch master in repository sanlock.
commit 7de76581b25d36375638478fb487ac45ef9925df Author: Albert Esteve aesteve@redhat.com AuthorDate: Wed Nov 9 14:50:55 2022 +0100
tox.ini: add py310 to environments
Add py310 to the list of tox environments, so that we can tests newer versions too.
Signed-off-by: Albert Esteve aesteve@redhat.com --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tox.ini b/tox.ini index ee871ef..8847b34 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory.
[tox] -envlist = py{36,37,38,39},flake8 +envlist = py{36,37,38,39,310},flake8 skipsdist = True skip_missing_interpreters = True
@@ -18,7 +18,7 @@ whitelist_externals = make deps = pytest commands = - py{36,37,38}: make BUILDARGS="--build-lib={envsitepackagesdir}" + py{36,37,38,39,310}: make BUILDARGS="--build-lib={envsitepackagesdir}" pytest {posargs}
[testenv:flake8]
sanlock-devel@lists.fedorahosted.org