Disable py36 67/64267/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 30 Oct 2018 19:35:48 +0000 (20:35 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 30 Oct 2018 19:36:27 +0000 (20:36 +0100)
All OPNFV build server doesn't support py36.

Change-Id: I79c404d4104d90917cb50e87b545cbc9d7f158ca
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 47db3dc..2510dd4 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = pep8,pylint,yamllint,bashate,py27,py36
+envlist = pep8,pylint,yamllint,bashate,py27
 
 [testenv]
 usedevelop = True