Skip to content
Snippets Groups Projects
Unverified Commit c7c0a422 authored by Justin Caratzas's avatar Justin Caratzas
Browse files

ignore silly lambda warning

parent 8eba5ea5
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ install:
- pip install -e .
- pip install -r requirements/v2.txt $DJANGO
before_script:
- flake8 celery_haystack --ignore=E501
- flake8 celery_haystack --ignore=E501,E731
script:
- coverage run --branch --source=celery_haystack `which django-admin.py` test celery_haystack
- coverage report --omit=celery_haystack/test*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment