charm-interface-mysql-router/.travis.yml
David Ames 7e83ac1856 MySQL Router Interface
* requires handles communication with MySQL InnoDB Cluster
* provides handles communication with database clients
2019-10-03 10:52:38 -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