reconfig tox.ini to care use testrun.org for installation of sdist

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-10-20 21:01:01 +02:00
parent 6411fa69bc
commit 87e9cb9bec
1 changed files with 9 additions and 6 deletions

15
tox.ini
View File

@ -1,15 +1,17 @@
[tox] [tox]
distshare={homedir}/.tox/distshare distshare={homedir}/.tox/distshare
envlist=py26,py27,py31,py27-xdist,py25,py24 envlist=py26,py27,py31,py27-xdist,py25,py24
indexserver=
default http://pypi.testrun.org
pypi http://pypi.python.org/simple
[testenv] [testenv]
indexserver=http://pypi.testrun.org
changedir=testing changedir=testing
commands= py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml [] commands= py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
deps= deps=
pylib pylib
#pexpect XXX pypi pexpect
#nose XXX pypi nose
[testenv:py27-xdist] [testenv:py27-xdist]
basepython=python2.7 basepython=python2.7
@ -22,7 +24,8 @@ commands=
[testenv:doc] [testenv:doc]
basepython=python basepython=python
changedir=doc changedir=doc
deps=sphinx deps=
pypi sphinx
pylib pylib
pytest-xdist pytest-xdist
@ -30,10 +33,10 @@ commands=
make html make html
[testenv:py31] [testenv:py31]
deps=pylib deps=dev pylib
[testenv:py32] [testenv:py32]
deps=pylib deps=dev pylib
[testenv:pypy] [testenv:pypy]
basepython=pypy-c basepython=pypy-c