From e348a2f216f81018f98292e705e70406aa79e056 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 28 Jul 2015 20:21:21 -0500 Subject: [PATCH] Tweak package handling for tox some more. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index e591333f..9fcbd7c7 100644 --- a/tox.ini +++ b/tox.ini @@ -8,13 +8,13 @@ deps = mock nose commands = - pip install --upgrade Tailbone + pip install --upgrade Tailbone rattail[bouncer] nosetests {posargs} [testenv:coverage] basepython = python commands = - pip install --upgrade Tailbone + pip install --upgrade Tailbone rattail[bouncer] nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage} [testenv:docs] @@ -22,5 +22,5 @@ basepython = python deps = Sphinx changedir = docs commands = - pip install --upgrade Tailbone + pip install --upgrade Tailbone rattail[bouncer] sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs