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?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F60427%2F1;p=doctor.git 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]