charm-neutron-api-plugin-ovn/.travis.yml

15 lines
261 B
YAML
Raw Normal View History

2019-09-30 10:48:19 +00:00
sudo: true
dist: xenial
language: python
install: pip install tox-travis
matrix:
include:
- name: "Python 3.6"
python: 3.6
env: ENV=pep8,py3
- name: "Python 3.7"
python: 3.7
env: ENV=pep8,py3
script:
- tox -c tox.ini -e $ENV