]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: remove py27 from envlist in tox.ini
authorKefu Chai <kchai@redhat.com>
Mon, 11 Nov 2019 10:38:03 +0000 (18:38 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 19 Dec 2019 03:52:55 +0000 (11:52 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/tox.ini

index ddf705c0d220fd61df7d468ac7758c0e4a0b9531..9632ffd7984d06df7f4cb098fd832361b4a85642 100644 (file)
@@ -1,6 +1,6 @@
 [tox]
 envlist =
-    py{27,3},
+    py3,
     lint,
     fix,
     check,