]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cmake: add TOX_ENVS keyword to test with listed test envs
authorKefu Chai <kchai@redhat.com>
Fri, 19 Jun 2020 10:43:53 +0000 (18:43 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 23 Jun 2020 15:00:56 +0000 (23:00 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/CMakeLists.txt

index 28f3c36b86823ae7f155d3ad4b763ce8446b7c35..f7630ce0528bb8724190e4807e36b6eb50561ed4 100644 (file)
@@ -5,5 +5,5 @@ endif()
 
 if(WITH_TESTS)
   include(AddCephTest)
-  add_tox_test(qa flake8-py2 flake8-py3 import-tasks)
+  add_tox_test(qa TOX_ENVS flake8-py3 import-tasks)
 endif()