aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-07-27 12:16:24 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-07-27 12:16:24 +0200
commit4138ba00dd8db7fcf043a071f4c44b52e33265bc (patch)
tree350de06294d3318f07cccaec518ce491185dc02e /tox.ini
parent1dbce665ac97e54b74e6b255f2d1eb5129ef89b8 (diff)
Enable py36 unit tests
It benefits from the swith to lf-virtual1. Change-Id: Ib38bf0adb09df62173894d048fb06c48b3a4b462 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 222544503..31e5d83ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py27,perm,cover
+envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py27,py36,cover
[testenv]
usedevelop = True