From: Kefu Chai Date: Mon, 11 Nov 2019 10:38:03 +0000 (+0800) Subject: pybind/mgr: remove py27 from envlist in tox.ini X-Git-Tag: v15.1.0~436^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a04010522b93ba19c6d2cb0109d8c6335079eda7;p=ceph.git pybind/mgr: remove py27 from envlist in tox.ini Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/dashboard/tox.ini b/src/pybind/mgr/dashboard/tox.ini index ddf705c0d220f..9632ffd7984d0 100644 --- a/src/pybind/mgr/dashboard/tox.ini +++ b/src/pybind/mgr/dashboard/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{27,3}, + py3, lint, fix, check,