This is an automated email from the git hooks/post-receive script.
nsoffer pushed a commit to branch master in repository sanlock.
commit 33fd36169c7a89e46618e5d77bedfb6ee60bf3be Author: Nir Soffer nsoffer@redhat.com AuthorDate: Mon Aug 24 21:24:43 2020 +0300
python: Test also with python 3.9
The tests will try to use python 3.9 if available. This should work on Fedora rawhide now.
Signed-off-by: Nir Soffer nsoffer@redhat.com --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini index af8a6cc..487158d 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory.
[tox] -envlist = py{36,37,38},flake8 +envlist = py{36,37,38,39},flake8 skipsdist = True skip_missing_interpreters = True