Files @ 2a6c19244936
Branch filter:

Location: symposion_app/.travis.yml

Christopher Neugebauer
Refactors the CSV piece to be nicer than it previously was.
language: python

python:
  - 2.7

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

script:
  - flake8 symposion