Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
tcp-qa
/
c6db341e6c4e70e8ab744cf06ab75dcc521cd331
/
.
/
.travis.yml
blob: e73b4749339ef3d7cc4c7e5e6e2210729516a1cc [
file
] [
log
] [
blame
]
Dmitry
011d2a0
2016-10-25 23:24:40 +0300
[
diff
] [
blame
]
1
language:
python
2
sudo:
false
3
os:
4
-
linux
5
python:
6
-
'2.7'
7
-
'3.4'
8
-
'3.5'
9
install:
10
-
pip install
-
U pip
11
-
pip install
-
U tox
-
travis
12
script:
tox
-
v
-
epep8