ffmap-backend/.travis.yml

7 lines
104 B
YAML

sudo: false
language: python
python:
- "3.4"
install: "pip install pep8"
script: "pep8 *.py lib/*.py"