charm-interface-bgp/.travis.yml

8 lines
96 B
YAML

dist: trusty
language: python
install:
- pip install pep8 flake8
script:
- pep8 .
- flake8 .