summaryrefslogtreecommitdiffstats
path: root/multivimbroker/tox.ini
diff options
context:
space:
mode:
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=