tests: no python3 tests for ceph-disk

2.5.0 published today made it so an environment with no action fails
where it previously did not.

Fixes: http://tracker.ceph.com/issues/17923

Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
Loic Dachary 2016-11-16 18:47:28 +01:00
parent 588d6319d9
commit 28c545eff5

View File

@ -1,5 +1,5 @@
[tox]
envlist = flake8,py27,py34,py35,py36
envlist = flake8,py27
skip_missing_interpreters = True
[testenv]