From 947d533d3408be89f0344bcbdace01513bdb16d6 Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Sat, 29 Jan 2022 22:46:26 +0100 Subject: Set python3.7 since RTD has switched to python3.7 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 8e77f3b..c072450 100644 --- a/tox.ini +++ b/tox.ini @@ -9,9 +9,9 @@ commands= # tox -e docs to mimick readthedocs build. -# as of today, RTD is using python3.6 and doesn't run "setup.py install" +# as of today, RTD is using python3.7 and doesn't run "setup.py install" [testenv:docs] -basepython=python3.6 +basepython=python3.7 skipsdist=True deps= sphinx -- cgit v1.2.1