charm-ovn-dedicated-chassis/.travis.yml

15 lines
253 B
YAML

sudo: true
dist: xenial
language: python
install: pip install tox-travis
matrix:
include:
- name: "Python 3.6"
python: 3.6
env: ENV=pep8
- name: "Python 3.7"
python: 3.7
env: ENV=pep8
script:
- tox -c tox.ini -e $ENV