From: Dan Mick Date: Wed, 14 Sep 2016 03:34:24 +0000 (-0700) Subject: ceph-disk tests: Let missing python interpreters be non-fatal X-Git-Tag: v11.0.1~233^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11072%2Fhead;p=ceph.git ceph-disk tests: Let missing python interpreters be non-fatal Let tox ignore missing interpreters, and add py35 and py36 as well. This lets tests work on Xenial, for example, which only has py35. Signed-off-by: Dan Mick --- diff --git a/src/ceph-disk/tox.ini b/src/ceph-disk/tox.ini index 109c34ecaae..10f9b4aa769 100644 --- a/src/ceph-disk/tox.ini +++ b/src/ceph-disk/tox.ini @@ -1,5 +1,6 @@ [tox] -envlist = flake8,py27,py34 +envlist = flake8,py27,py34,py35,py36 +skip_missing_interpreters = True [testenv] setenv =