Bump version after releasing 1.4.1
[multicloud/framework.git] / multivimbroker / tox.ini
index fe4e065..83cf1d9 100644 (file)
@@ -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=