Files @ a4c4e6953c3d
Branch filter:

Location: symposion_app/.travis.yml

Sheila Miguez
Merge pull request #63 from codersquid/flake8scheduleform

flake8 fixes for the schedule edit form.
language: python

python:
  - 2.7

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

script:
  - flake8 --max-line-length=100 --max-complexity=24 --statistics --benchmark symposion