charm-interface-mysql-innod.../.travis.yml
David Ames e61876310b MySQL InnoDB Cluster Interface
* peers handles cluster communication
2019-10-04 07:50:33 -07:00

10 lines
121 B
YAML

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