From: Tomi Juvonen Date: Tue, 31 Jul 2018 10:11:51 +0000 (+0300) Subject: Use py34 instead of py35 X-Git-Tag: opnfv-7.0.0~13 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=doctor.git;a=commitdiff_plain;h=e70bf248daac03eee6b449cd1654d2ee6265dd8c Use py34 instead of py35 Change-Id: I597723147a195f0f76210aeafd610fc79527de64 Signed-off-by: Tomi Juvonen --- diff --git a/tox.ini b/tox.ini index 9bf22157..6a873899 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.3.1 -envlist = py35, pep8 +envlist = py34, pep8 skipsdist = True [testenv]