reconfig tox.ini to care use testrun.org for installation of sdist
--HG-- branch : trunk
This commit is contained in:
parent
6411fa69bc
commit
87e9cb9bec
15
tox.ini
15
tox.ini
|
@ -1,15 +1,17 @@
|
|||
[tox]
|
||||
distshare={homedir}/.tox/distshare
|
||||
envlist=py26,py27,py31,py27-xdist,py25,py24
|
||||
indexserver=
|
||||
default http://pypi.testrun.org
|
||||
pypi http://pypi.python.org/simple
|
||||
|
||||
[testenv]
|
||||
indexserver=http://pypi.testrun.org
|
||||
changedir=testing
|
||||
commands= py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
|
||||
deps=
|
||||
pylib
|
||||
#pexpect XXX
|
||||
#nose XXX
|
||||
pypi pexpect
|
||||
pypi nose
|
||||
|
||||
[testenv:py27-xdist]
|
||||
basepython=python2.7
|
||||
|
@ -22,7 +24,8 @@ commands=
|
|||
[testenv:doc]
|
||||
basepython=python
|
||||
changedir=doc
|
||||
deps=sphinx
|
||||
deps=
|
||||
pypi sphinx
|
||||
pylib
|
||||
pytest-xdist
|
||||
|
||||
|
@ -30,10 +33,10 @@ commands=
|
|||
make html
|
||||
|
||||
[testenv:py31]
|
||||
deps=pylib
|
||||
deps=dev pylib
|
||||
|
||||
[testenv:py32]
|
||||
deps=pylib
|
||||
deps=dev pylib
|
||||
|
||||
[testenv:pypy]
|
||||
basepython=pypy-c
|
||||
|
|
Loading…
Reference in New Issue