Silence setuptools chatter.
Prefer Python 2.7 over 2.6 for coverage, docs.
This commit is contained in:
12
tox.ini
12
tox.ini
@@ -4,20 +4,22 @@ envlist =
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
python setup.py dev
|
python setup.py -q dev
|
||||||
python -Wd setup.py test -q
|
python -Wd setup.py -q test -q
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython =
|
basepython =
|
||||||
python2.6
|
python2.7
|
||||||
commands =
|
commands =
|
||||||
python setup.py nosetests --with-xunit --with-xcoverage --cover-min-percentage=100
|
nosetests --with-xunit --with-xcoverage --cover-min-percentage=100
|
||||||
deps =
|
deps =
|
||||||
|
nose
|
||||||
|
coverage
|
||||||
nosexcover
|
nosexcover
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython =
|
basepython =
|
||||||
python2.6
|
python2.7
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
|
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
|
||||||
deps =
|
deps =
|
||||||
|
Reference in New Issue
Block a user