Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
contrail
/
tungsten-tempest
/
e569cb5bb53c607b650a6867977416461011587f
/
.
/
.travis.yml
blob: 2bf473a5d94ac69b832fe7d208eca48db33eb4cc [
file
] [
log
] [
blame
]
language:
python
install:
-
pip install tox
script:
-
tox
jobs:
include:
-
stage:
style
python:
"3.5"
env:
TOXENV=pep8
-
stage:
unit tests
python:
"2.7"
env:
TOXENV=py27
-
python:
"3.5"
env:
TOXENV=py35