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

.travis.yml: The 'sudo' tag is now deprecated in Travis CI #2016

Merged
merged 3 commits into from
May 16, 2019

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented May 15, 2019

Travis are now recommending removing the sudo tag.

"If you currently specify sudo: in your .travis.yml, we recommend removing that configuration"

Also, removed Python 3.4 because has already reached its end of life:
https://devguide.python.org/devcycle/#end-of-life-branches

[Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration).

"_If you currently specify __sudo: false__ in your __.travis.yml__, we recommend removing that configuration_"

Also, removed Python 3.4 because it is EOL  https://devguide.python.org/devcycle/#end-of-life-branches
@HelloZeroNet
Copy link
Owner

Py 3.4 compatibility is required because that the last version that supports windows xp, which is still popular in some countires.

@HelloZeroNet HelloZeroNet merged commit 89cb673 into HelloZeroNet:py3 May 16, 2019
@HelloZeroNet
Copy link
Owner

There is some logging error appeared in pytest result, but after some testing it turned out it's because of pytest change (probably: pytest-dev/pytest#4942)

I will see if we can fix it.

@cclauss cclauss deleted the patch-1 branch May 17, 2019 06:49
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.

2 participants