Files @ 47c28439d98a
Branch filter:

Location: symposion_app/.travis.yml

Mjumbe Wawatu Ukweli
Python3 compatibility

Update the StringIO import in symposion.sponsorship.views
language: python

python:
  - 2.7

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

script:
  - flake8 symposion