Closed cclauss closed 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
await
Please merge the commits into one commit
Squashed.
Thanks!
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