From e7b6b8ce00167d6dddf1f5e9c633c047ed6ef3c0 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 7 May 2012 14:12:07 +0200 Subject: [PATCH] Ignore long lines, stupid. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59589b5..29545e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: before_script: - export PIP_USE_MIRRORS=true - export DJANGO_SETTINGS_MODULE=dbtemplates.test_settings - - flake8 dbtemplates + - flake8 dbtemplates --ignore=E501 script: - django-admin.py test dbtemplates env: