]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-disk tests: Let missing python interpreters be non-fatal 11072/head
authorDan Mick <dan.mick@redhat.com>
Wed, 14 Sep 2016 03:34:24 +0000 (20:34 -0700)
committerDan Mick <dan.mick@redhat.com>
Wed, 14 Sep 2016 03:34:24 +0000 (20:34 -0700)
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 <dan.mick@redhat.com>
src/ceph-disk/tox.ini

index 109c34ecaaebcf5778d914e0a6949ea6c8d013f2..10f9b4aa7691451eb0b211dd435deeb7dc16cb66 100644 (file)
@@ -1,5 +1,6 @@
 [tox]
-envlist = flake8,py27,py34
+envlist = flake8,py27,py34,py35,py36
+skip_missing_interpreters = True
 
 [testenv]
 setenv =