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