Files @ 7ae022d2c412
Branch filter:

Location: symposion_app/.travis.yml

Scott Bragg
Added track name to room, added day option to conference schedule view
language: python

python:
  - 2.7

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

script:
  - flake8 symposion