summaryrefslogtreecommitdiffstats
path: root/multivimbroker/tox.ini
diff options
context:
space:
mode:
authorBin Yang <Bin.Yang@windriver.com>2019-09-27 02:14:32 +0000
committerBin Yang <Bin.Yang@windriver.com>2019-09-27 02:43:39 +0000
commitcba35332711747a9af0f8bf8412f88fadf5e93e3 (patch)
treed78a9839a2610674727a104372627f26a05d4e17 /multivimbroker/tox.ini
parent1a3b097f8d06be3683a7540610a1540246393215 (diff)
Bump version after releasing 1.4.1
Issue-ID: MULTICLOUD-808 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I1de9ee3ab269a6027378b9c661858833af5e22e7
Diffstat (limited to 'multivimbroker/tox.ini')
-rw-r--r--multivimbroker/tox.ini12
1 files changed, 8 insertions, 4 deletions
diff --git a/multivimbroker/tox.ini b/multivimbroker/tox.ini
index fe4e065..83cf1d9 100644
--- a/multivimbroker/tox.ini
+++ b/multivimbroker/tox.ini
@@ -1,11 +1,15 @@
[tox]
-envlist = py36,pep8
+envlist = py36,pep8,cover
skipsdist = true
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv]
+basepython =
+ py36: python3
+ pep8: python3
+ cover: python3
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
@@ -18,9 +22,9 @@ commands =
deps=flake8
commands=flake8
-[testenv:py27]
-commands =
- {[testenv]commands}
+# [testenv:py27]
+# commands =
+# {[testenv]commands}
[testenv:cover]
setenv=