Files @ de23056b5196
Branch filter:

Location: symposion_app/.travis.yml

Patrick Altman
Merge pull request #115 from miurahr/pip8

fix pip8 warnings
language: python

python:
  - 2.7

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

script:
  - flake8 symposion