From f1db0a864814d9b81192d89b6eebb6c624ddec3b Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 10 May 2019 11:04:35 -0500 Subject: [PATCH] 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 --- src/ceph-volume/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ceph-volume/tox.ini b/src/ceph-volume/tox.ini index 32dfc4fdd6a..71eb8c5979b 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=