Files @ 94a8a4bbac83
Branch filter:

Location: symposion_app/.travis.yml

Patrick Altman
Merge pull request #67 from codersquid/newdocs

A start at updating the documentation
language: python

python:
  - 2.7

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

script:
  - flake8 symposion