From 55a31ee2bdd9faf17ae68d85193114281a375119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Tue, 18 Dec 2018 10:30:39 +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: I7b88f0ebce37a319e66b20d5438852976195f06e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 10dc0f12c4..0baad7714a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py36,py35,py27,pep8,pypy +envlist = pep8,py37,py36,py35,py27,pypy [testenv] usedevelop=True