Skip to content

Conversation

@mattbennett
Copy link
Collaborator

No description provided.

HTMLCOV_DIR ?= htmlcov

test: flake8 test_lib
test: flake8 pylint pytest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just curious why you use both flake8 and pylint? the other projects just seem to use flake8?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They pick up different errors. Flake8 is pyflakes + pep8 checking, whereas pylint has its own set of rules. There is some overlap but it's nicer to use both.

Documentation
-------------

See `<http://sqlalchemy-diff.readthedocs.org>`_.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super nice! 🌮

@kooba
Copy link
Contributor

kooba commented Nov 30, 2016

Looks great! 👍

@mattbennett mattbennett merged commit b374f0d into master Nov 30, 2016
@mattbennett mattbennett deleted the build-on-travis branch November 30, 2016 14:15
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.

3 participants