symposion_app/.travis.yml
Carlos Henrique Romano f557337433 Increase code complexity in travis configuration
Also mark the view reported as too complex with a FIXME, so we can refactor it
when possible.
2014-07-31 08:57:45 -03:00

11 lines
185 B
YAML

language: python
python:
- 2.7
install:
- pip install flake8
- pip install -e .
script:
- flake8 --max-line-length=100 --max-complexity=24 --statistics --benchmark symposion