File diff 894e7b1b2e65 → aeb784b3cda5
.travis.yml
Show inline comments
 
language: python
 

	
 
python:
 
  - 2.7
 

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

	
 
script:
 
  - flake8 --max-line-length=100 --max-complexity=24 --statistics --benchmark symposion
 
  - flake8 symposion