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:32:54 +0200
commit2a4562edf4e91dc052fe03f636b25304680e2676 (patch)
treeb271c12caf3a463a441e503cef55af57ddd3fe99 /tox.ini
parenta09e1eeb5e8efdc58c4c922eb7b79e4a6b01e14f (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> (cherry picked from commit 4138ba00dd8db7fcf043a071f4c44b52e33265bc)
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 e81414b22..d7b4465b5 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