From 0df5ce408260d1d5f686a8690022a4b0e421e11a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 12 Nov 2018 14:03:04 -0200 Subject: [PATCH] Fix basepython for linting testenv in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e3ace72d3..bc13826e2 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ commands = [testenv:linting] skip_install = True -basepython = python3.6 +basepython = python3 deps = pre-commit>=1.11.0 commands = pre-commit run --all-files --show-diff-on-failure