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

Add support for Python 3.7 and fix Flake8 #119

Closed
wants to merge 4 commits into from

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Feb 9, 2019

Add support for Python 3.7, it needs Xenial on Travis CI.

(Also sudo: is no longer required: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration)


A new release of Flake8 has caused the QA build job to fail with:

W504 line break after binary operator

Fixing these cause:

W503 line break before binary operator

W503 and W504 are not compatible with each other, so one needs ignoring. W503 is not compatible with PEP 8, so ignore it. (If you prefer it the other way, let's ignore the other one.)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 71.156% when pulling 3d491e8 on hugovk:update-ci into a4a9670 on sybrenstuvel:master.

@sybrenstuvel
Copy link
Owner

Thanks! I've cherrypicked two of the four commits from this PR, namely the Flake8 ones. I'm migrating the package management to Poetry and will add Python 3.7 support there too.

@hugovk hugovk deleted the update-ci branch September 22, 2019 11:07
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.

None yet

3 participants