Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
tcp-qa
/
refs/heads/2019.2.0
/
.
/
.travis.yml
blob: e73b4749339ef3d7cc4c7e5e6e2210729516a1cc [
file
] [
log
] [
blame
]
language:
python
sudo:
false
os:
-
linux
python:
-
'2.7'
-
'3.4'
-
'3.5'
install:
-
pip install
-
U pip
-
pip install
-
U tox
-
travis
script:
tox
-
v
-
epep8