charm-interface-ceph-rbd-mi.../.travis.yml

11 lines
131 B
YAML

language: python
python:
- "3.5"
- "3.6"
install: pip install tox-travis
env:
- ENV=pep8
- ENV=py3
script:
- tox -e $ENV