plone / plone.recipe.codeanalysis

provides static code analysis for Buildout-based Python projects, including flake8, JSHint, CSS Lint, and other code checks
https://pypi.org/project/plone.recipe.codeanalysis/
11 stars 5 forks source link

Fix typo on test that prevented ipdb imports from being found #159

Closed hvelarde closed 9 years ago

jensens commented 9 years ago

Funny travis....:

Check imports...................[ FAILURE ] in 0.028s

/home/travis/build/plone/plone.recipe.codeanalysis/plone/recipe/codeanalysis/tests/test_flake8.py:1-70: found unsorted imports

gforcada commented 9 years ago

Wait until #157 is merged, rebase and then probably there will be no errors :-)

tisto commented 9 years ago

@hvelarde changlog entry please.