7e83ac1856
* requires handles communication with MySQL InnoDB Cluster * provides handles communication with database clients
10 lines
121 B
YAML
10 lines
121 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
install: pip install tox-travis
|
|
env:
|
|
- ENV=pep8
|
|
- ENV=py3
|
|
script:
|
|
- tox -e $ENV
|