Files @ a33e1cfb1f3e
Branch filter:

Location: symposion_app/.travis.yml

Patrick Altman
Rename get_query_set to get_queryset
language: python

python:
  - 2.7

install:
  - pip install flake8
  - pip install -e .

script:
  - flake8 symposion