coddingtonbear / python-myfitnesspal

Access your meal tracking data stored in MyFitnessPal programatically
MIT License
794 stars 136 forks source link

Travis CI: Upgrade to Python 3.6 because 3.4 is EOL #83

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

Python 3.4 is now end of life

coddingtonbear commented 5 years ago

You didn't mention the sudo: false bit! But, it does look like the build passed, nevertheless; so I guess I never needed that. Thanks for the patch!

cclauss commented 5 years ago

Travis are now recommending removing the sudo tag.

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