IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

build: use bionic dist in travis #131

Closed padamstx closed 2 years ago

padamstx commented 2 years ago

This PR fixes a recent pylint problem seen with python 3.7.1 (the default version used by the travis xenial build image) by upgrading the build up to the bionic image where python 3.7.6 is used instead. I also took this opportunity to remove the use of tox in the travis build since it's really not needed. Instead, we just run the "make ci" command in each of the travis build jobs (one job per python version... 3.6 - 3.9).

ibm-devx-sdk commented 2 years ago

:tada: This PR is included in version 3.13.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: