From 1d7b5d8b067872b5026e83818bbe05fac72e1232 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 13 Sep 2016 20:34:24 -0700 Subject: [PATCH] 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 --- src/ceph-disk/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = -- 2.39.5