Files @ 51709c6eaf39
Branch filter:

Location: symposion_app/.travis.yml

Sheila Miguez
adds a schedule json endpoint. based on @taavi's PR #45 with some changes from the @pyohio/pyohio repo
language: python

python:
  - 2.7

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

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