Merge pull request #278 from wrwrwr/feature/flake8-config

Include flake8 config in tox.ini.
This commit is contained in:
Jacek Tomaszewski 2014-10-25 18:19:54 +02:00
commit f9cfdf8f24

View file

@ -1,3 +1,7 @@
[flake8]
max-line-length = 100
exclude = .tox,docs/modeltranslation/conf.py
[tox]
distribute = False
envlist =