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