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
|
SQLAlchemy-Utils<0.36.7
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
basepython = python
|
basepython = python3
|
||||||
commands =
|
commands =
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install --upgrade --upgrade-strategy eager Tailbone rattail[auth,bouncer] rattail-tempmon
|
pip install --upgrade --upgrade-strategy eager Tailbone rattail[auth,bouncer] rattail-tempmon
|
||||||
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
|
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
Sphinx
|
Sphinx
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
|
|
Loading…
Reference in a new issue