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:
parent
efbc6df199
commit
2d8d4659b3
4
tox.ini
4
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
|
||||
|
|
Loading…
Reference in a new issue