Upgrade packages when running tox stuff.

This commit is contained in:
Lance Edgar 2015-07-28 20:15:02 -05:00
parent b4f5c36b3b
commit c45f2d807b

View file

@ -8,13 +8,13 @@ deps =
mock
nose
commands =
pip install Tailbone
pip install --upgrade Tailbone
nosetests {posargs}
[testenv:coverage]
basepython = python
commands =
pip install Tailbone
pip install --upgrade Tailbone
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
[testenv:docs]
@ -22,5 +22,5 @@ basepython = python
deps = Sphinx
changedir = docs
commands =
pip install Tailbone
pip install --upgrade Tailbone
sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs