From 1f737af1c611e8edcc01f853f18b47f158dd4197 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 29 Sep 2014 14:43:03 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 71736cd150..9b5c32f6df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ install: - pip install -q -r src/requirements.txt before_script: - cd src - - flake8 --ignore=E128,F403,F401 . + - flake8 --ignore=E123,E128,F403,F401,N802 . - python manage.py validate script: - python manage.py test