Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
tcp-qa
/
86c1a65dab197bbec4993e5d7d7a21ccb1164814
/
.
/
.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