Ignore testproject for flake8

This commit is contained in:
ekmartin 2015-11-07 20:51:50 +01:00
parent 14bc306214
commit 1804d66b85
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals from __future__ import unicode_literals
from django.test import TestCase from django.test import TestCase

View File

@ -6,7 +6,7 @@ envlist =
{py27,py35}-flake8 {py27,py35}-flake8
[flake8] [flake8]
exclude = venv/*,tox/*,docs/* exclude = venv/*,tox/*,docs/*,testproject/*
ignore = E123,E128,E402,W503,E731,W601 ignore = E123,E128,E402,W503,E731,W601
max-line-length = 119 max-line-length = 119