Use python3 when building coverage, docs targest via tox

at least i think that's what this does..hopefully it works
This commit is contained in:
Lance Edgar 2020-12-04 18:27:47 -06:00
parent efbc6df199
commit 2d8d4659b3

View file

@ -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