From 07657a73e9f6d03aa73864fd35d85dfea5435fee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= <hobbestigrou@erakis.eu>
Date: Wed, 12 Dec 2018 12:24:47 +0100
Subject: [PATCH] [Configuration] Add missing py37 and corrected default
 envlist.

Change order of default tox envlist in order of likeliness to fail on a
new change and add py37 and py36.

Change-Id: I9d21561991c1d956a62de72c906cf91305ce5328
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 96fd911e8..8124cefec 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py35,py27,pep8,pylint
+envlist = pep8,pylint,py37,py36,py35,py27
 minversion = 2.0
 skipsdist = True