diff options
author | holger krekel <holger@merlinux.eu> | 2010-10-21 07:46:13 +0200 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2010-10-21 07:46:13 +0200 |
commit | 8d8ece154a239c56c68450d3c178823ddcdd9e2c (patch) | |
tree | ea87e09abec84f8f59e8acffd15acad6d5000991 /tox.ini | |
parent | fa0bedcf87afcd1c8a990ecd5457c06dfff28afd (diff) | |
download | tox-8d8ece154a239c56c68450d3c178823ddcdd9e2c.tar.gz |
fix documentation and doc environment
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ envlist=py27,py26,py25,py24,py31,docs indexserver= default http://pypi.testrun.org + pypi http://pypi.python.org/simple [testenv] commands=py.test --junitxml={envlogdir}/junit-{envname}.xml [] @@ -10,7 +11,7 @@ deps=pytest [testenv:docs] basepython=python changedir=doc -deps=sphinx +deps=pypi sphinx pytest commands= py.test -v \ |