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 <aschoen@redhat.com>
This commit is contained in:
Andrew Schoen 2019-05-10 11:04:35 -05:00
parent 8ebff475df
commit f1db0a8648

View File

@ -1,5 +1,6 @@
[tox]
envlist = py27, py35, py36, flake8
skip_missing_interpreters = true
[testenv]
deps=