alexa / alexa-skills-kit-sdk-for-python

The Alexa Skills Kit SDK for Python helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-python/overview.html
Apache License 2.0
812 stars 206 forks source link

Travis build failures fix #120

Closed Shreyas-vgr closed 5 years ago

Shreyas-vgr commented 5 years ago

Description

Mypy new verison was released which required bytes type comment to be explicitly mentioned for mypy checks to pass.

Also, disabled pip upgrade and forcing python version 3.7.4 since there seems to be an issue with in Travis Windows CI.

Testing

Travis build succedded in all platforms.

Screenshots (if appropriate)

Types of changes

Checklist

License