remove hudson artifact handling in favour of indexserver
This commit is contained in:
13
tox.ini
13
tox.ini
@@ -1,17 +1,14 @@
|
||||
[tox]
|
||||
envlist=py26,py31,py27,py25,py24
|
||||
[tox:hudson]
|
||||
sdistsrc={distshare}/pytest-xdist-*
|
||||
|
||||
[testenv]
|
||||
indexserver=http://pypi.testrun.org
|
||||
changedir=testing
|
||||
deps=
|
||||
{distshare}/py-*
|
||||
commands=
|
||||
py.test -rsfxX \
|
||||
deps=pytest
|
||||
commands= py.test -rsfxX \
|
||||
--junitxml={envlogdir}/junit-{envname}.xml []
|
||||
[testenv:py26]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
{distshare}/py-*
|
||||
pexpect
|
||||
pytest
|
||||
#pexpect
|
||||
|
||||
Reference in New Issue
Block a user