Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CA-159585: Fix broken travis-CI for SM #245

Closed
wants to merge 1 commit into from

Conversation

siddharthv
Copy link
Contributor

As part of out travis use, we do a pylint check on new pull requests.
Recently, as of pylint(v1.4) support for python 2.6 has been dropped.
Also, pylint uses astroid as an external dependency who's changes have
also broken support for python2.6.

Since we use python 2.7 on trunk, we should drop testing our patches on
python 2.6 and switch to 2.7.

Signed-off-by: Siddharth Vinothkumar siddharth.vinothkumar@citrix.com

As part of out travis use, we do a pylint check on new pull requests.
Recently, as of pylint(v1.4) support for python 2.6 has been dropped.
Also, pylint uses `astroid` as an external dependency who's changes have
also broken support for python2.6.

Since we use python 2.7 on trunk, we should drop testing our patches on
python 2.6 and switch to 2.7.

Signed-off-by: Siddharth Vinothkumar <siddharth.vinothkumar@citrix.com>
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling bab0cce on siddharthv:CA-159585 into * on xapi-project:master*.

@chandrikas
Copy link
Contributor

Looks good. Please merge to staging branch.

robertbreker pushed a commit to robertbreker/sm that referenced this pull request Mar 2, 2015
As part of out travis use, we do a pylint check on new pull requests.
Recently, as of pylint(v1.4) support for python 2.6 has been dropped.
Also, pylint uses `astroid` as an external dependency who's changes have
also broken support for python2.6.

Since we use python 2.7 on trunk, we should drop testing our patches on
python 2.6 and switch to 2.7.

Signed-off-by: Siddharth Vinothkumar <siddharth.vinothkumar@citrix.com>
Reviewed-by: Chandrika Srinivasan <chandrika.srinivasan@citrix.com>

GitHub: closes xapi-project#245 on xapi-project/sm
andrey-podko pushed a commit to andrey-podko/sm that referenced this pull request Aug 16, 2022
As part of out travis use, we do a pylint check on new pull requests.
Recently, as of pylint(v1.4) support for python 2.6 has been dropped.
Also, pylint uses `astroid` as an external dependency who's changes have
also broken support for python2.6.

Since we use python 2.7 on trunk, we should drop testing our patches on
python 2.6 and switch to 2.7.

Reviewed-by: Chandrika Srinivasan <chandrika.srinivasan@citrix.com>

GitHub: closes xapi-project#245 on xapi-project/sm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants