summaryrefslogtreecommitdiffstats
path: root/src/python-common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/python-common/CMakeLists.txt')
-rw-r--r--src/python-common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python-common/CMakeLists.txt b/src/python-common/CMakeLists.txt
index e89bbe2feef..08660342a6a 100644
--- a/src/python-common/CMakeLists.txt
+++ b/src/python-common/CMakeLists.txt
@@ -3,5 +3,5 @@ distutils_install_module(ceph)
if(WITH_TESTS)
include(AddCephTest)
- add_tox_test(python-common TOX_ENVS py3 lint)
+ add_tox_test(python-common TOX_ENVS __tox_defaults__)
endif()