Files @ fa66316f8aca
Branch filter:

Location: symposion_app/.travis.yml

Hiroshi Miura
form key ordering: detect django version

- Django 1.6 and before use SortedDict instead of OrderedDict
It detect version and return proper dict for key ordering.
- field deletion is done by reorder funcion.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
language: python

python:
  - 2.7

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

script:
  - flake8 symposion