Add Travis CI build server configuration Add badges and Tests section to README Bump version (development)
4 lines
109 B
INI
4 lines
109 B
INI
[flake8]
|
|
max-line-length = 120
|
|
max-complexity = 10
|
|
exclude = build,dist,docs/conf.py,*/migrations,*.egg-info
|