Files @ f9e36033739f
Branch filter:

Location: symposion_app/.travis.yml

Sachi King
Support Django 1.10 with timezone upgrade

Needed as SubfieldBase is depricated
language: python

python:
  - 2.7

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

script:
  - flake8 symposion