ffmap-backend/.travis.yml
2015-03-24 18:31:23 +01:00

7 lines
95 B
YAML

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