dongweiming / lyanna

My Blog Using Sanic
http://www.dongwm.com
GNU General Public License v3.0
637 stars 173 forks source link

Travis CI: Upgrade to Python 3.7 #5

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

Travis are now recommending removing the sudo tag.

dist: xenial is required for Python >= 3.7 (travis-ci/travis-ci#9069)

Flake8 on Python 3.7 generates a false warning on consecutive await: https://github.com/PyCQA/pycodestyle/issues/811

dongweiming commented 5 years ago

Please merge the commits into one commit

cclauss commented 5 years ago

Squashed.

dongweiming commented 5 years ago

Thanks!