From: Andrew Schoen Date: Fri, 10 May 2019 16:04:35 +0000 (-0500) Subject: ceph-volume: skip missing interpreters when running tox tests X-Git-Tag: v15.1.0~2698^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f1db0a864814d9b81192d89b6eebb6c624ddec3b;p=ceph.git ceph-volume: skip missing interpreters when running tox tests This will skip tests for versions of python that don't exist on the node that's running the tests. Signed-off-by: Andrew Schoen --- diff --git a/src/ceph-volume/tox.ini b/src/ceph-volume/tox.ini index 32dfc4fdd6aa9..71eb8c5979b4f 100644 --- a/src/ceph-volume/tox.ini +++ b/src/ceph-volume/tox.ini @@ -1,5 +1,6 @@ [tox] envlist = py27, py35, py36, flake8 +skip_missing_interpreters = true [testenv] deps=