-
Notifications
You must be signed in to change notification settings - Fork 301
Make isort test properly run again within Travis #792
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
Conversation
b8b6376
to
24e4953
Compare
Codecov Report
@@ Coverage Diff @@
## master #792 +/- ##
=======================================
Coverage 97.39% 97.39%
=======================================
Files 56 56
Lines 2989 2989
=======================================
Hits 2911 2911
Misses 78 78
Continue to review full report at Codecov.
|
729e622
to
70e2f0f
Compare
Travis has `build` in its path name and therefore files got skipped from isort. To avoid this we only skip `build/lib` which is used by bdist command.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description of the Change
Travis has
build
in its path name and therefore files got skipped from isort. To avoid this we only skipbuild/lib
which is used by bdist command.This PR fixes the already invalidly committed imports and cleans up obsolete linting settings.
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS