Don't flake8 project template

This commit is contained in:
Karl Hobley 2015-04-03 17:37:50 +01:00
parent e656744e36
commit a0b3dcf434

View file

@ -6,6 +6,7 @@ envlist = py{27,33,34}-dj{17,18}-{sqlite,postgres,mysql}, flake8
[flake8]
ignore = E501
exclude = wagtail/project_template/*
[testenv]
commands=coverage run runtests.py