add flake8 and flake8-import-order to travis for py27

This commit is contained in:
Stefan Wojcik
2016-11-28 15:17:01 -05:00
parent b461f26e5d
commit c35dab9541
4 changed files with 34 additions and 4 deletions

View File

@@ -5,3 +5,9 @@ cover-erase = 1
cover-branches = 1
cover-package = mongoengine
tests = tests
[flake8]
ignore=E501,F401,F403,F405,I201
exclude=build,dist,docs,venv,.tox,.eggs
max-complexity=10
application-import-names=mongoengine,tests