symposion_app/.travis.yml

12 lines
185 B
YAML
Raw Normal View History

2014-07-13 01:31:18 +00:00
language: python
python:
- 2.7
install:
- pip install flake8
- pip install -e .
script:
- flake8 --max-line-length=100 --max-complexity=24 --statistics --benchmark symposion