From 2d8d4659b35ddca249d47f44716f33976184261a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 4 Dec 2020 18:27:47 -0600 Subject: [PATCH] Use python3 when building coverage, docs targest via tox at least i think that's what this does..hopefully it works --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index fea73355..0d1278d4 100644 --- a/tox.ini +++ b/tox.ini @@ -23,14 +23,14 @@ deps = SQLAlchemy-Utils<0.36.7 [testenv:coverage] -basepython = python +basepython = python3 commands = pip install --upgrade pip pip install --upgrade --upgrade-strategy eager Tailbone rattail[auth,bouncer] rattail-tempmon nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage} [testenv:docs] -basepython = python +basepython = python3 deps = Sphinx sphinx-rtd-theme