mirror of
https://github.com/ceph/ceph
synced 2025-02-15 23:07:55 +00:00
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:
parent
8ebff475df
commit
f1db0a8648
@ -1,5 +1,6 @@
|
||||
[tox]
|
||||
envlist = py27, py35, py36, flake8
|
||||
skip_missing_interpreters = true
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
|
Loading…
Reference in New Issue
Block a user