Remove call of 'python setup.py testr' in tox.ini
Because we do not have a .testr.conf configuration file the call of python setup.py testr will fail. Change-Id: I04a7111fb63a10c5b9631633d54f4b2b3508a6bc
This commit is contained in:
parent
d9a69b881e
commit
cdcbbea2c6
2
tox.ini
2
tox.ini
@ -9,8 +9,6 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
commands =
|
|
||||||
python setup.py testr --slowest --testr-args='{posargs}'
|
|
||||||
|
|
||||||
[tox:jenkins]
|
[tox:jenkins]
|
||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
|
Loading…
Reference in New Issue
Block a user