Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
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 Flake8 F4 Tests to .travis.yml #974

Merged
merged 4 commits into from Sep 13, 2019

Conversation

@PatOnTheBack
Copy link
Contributor

commented Jul 8, 2019

F4 tests check for import errors. Implements issue #973

F4 tests check for import errors. Implements issue #973
@cclauss

This comment has been minimized.

Copy link
Collaborator

commented Jul 9, 2019

Another approach is to do smaller PRs... Like a PR that just adds F401 to .travis.yml and fixes the three instances of that. Another PR that adds F403 and fixes the two instance of that. Small moves.

@cclauss

This comment has been minimized.

Copy link
Collaborator

commented Jul 13, 2019

Should we progress this one or close it?

@PatOnTheBack

This comment has been minimized.

Copy link
Contributor Author

commented Jul 13, 2019

I think we should progress. Checking for import errors can be helpful in the future, not just now.

cclauss added 2 commits Sep 13, 2019
@cclauss cclauss merged commit 6fa3c0b into TheAlgorithms:master Sep 13, 2019
2 checks passed
2 checks passed
LGTM analysis: Python No new or fixed alerts
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants
You can’t perform that action at this time.