Pin tox.ini basepython to 3.8
[integration.git] / bootstrap / codesearch / tox.ini
index 3d0305b..42089bb 100644 (file)
@@ -4,7 +4,7 @@ skipsdist = true
 modules = create_config
 
 [testenv]
-basepython = python3
+basepython = python3.8
 deps = -r{toxinidir}/test-requirements.txt
 
 [testenv:pep8]