Files @ b694901831b2
Branch filter:

Location: symposion_app/.travis.yml

Patrick Altman
Remove migrations

These migrations were written for South. Now that we have Django 1.7,
we will just use Django migrations once we hit a 1.0 release.
language: python

python:
  - 2.7

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

script:
  - flake8 symposion