- Update travis to Bionic - Add optinal pyhton 3.9 tests
Nir Soffer (2): travis: Update to bionic python: Test also with python 3.9
.travis.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
We used xenial which is too old now. Time to move to newer version.
Signed-off-by: Nir Soffer nsoffer@redhat.com --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index bea805d..56bcc8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: xenial +dist: bionic
language: python
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
- Update travis to Bionic
- Add optinal pyhton 3.9 tests
+1 to both patches
Nir Soffer (2):
travis: Update to bionic
python: Test also with python 3.9
.travis.yml | 2 +-
tox.ini | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.26.2
sanlock-devel mailing list -- sanlock-devel@lists.fedorahosted.org To unsubscribe send an email to sanlock-devel-leave@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/sanlock-devel@lists.fedorahost ed.org
LGTM
On Mon, Aug 24, 2020 at 9:48 PM Nir Soffer nirsof@gmail.com wrote:
- Update travis to Bionic
- Add optinal pyhton 3.9 tests
Nir Soffer (2): travis: Update to bionic python: Test also with python 3.9
.travis.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
-- 2.26.2
On Tue, Aug 25, 2020 at 11:52 AM Amit Bawer abawer@redhat.com wrote:
LGTM
Thanks, pushed.
On Mon, Aug 24, 2020 at 9:48 PM Nir Soffer nirsof@gmail.com wrote:
- Update travis to Bionic
- Add optinal pyhton 3.9 tests
Nir Soffer (2): travis: Update to bionic python: Test also with python 3.9
.travis.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
-- 2.26.2
sanlock-devel@lists.fedorahosted.org