Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
multicloud
/
framework
/
67430600410e312c2db5a6a7709da8e45a5245fa
/
.
/
multivimbroker
/
tox.ini
blob: 88d43d95fc95be53528ce9e1dbb1560d25095509 [
file
] [
log
] [
blame
]
[
tox
]
envlist
=
py27
,
pep8
skipsdist
=
true
[
tox
:
jenkins
]
downloadcache
=
~
/cache/
pip
[
testenv
]
deps
=
-
r
{
toxinidir
}/
requirements
.
txt
commands
=
coverage run
--
branch manage
.
py test multivimbroker
[
testenv
:
pep8
]
deps
=
flake8
commands
=
flake8