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: I1885c11ae2aa0b98f2ec925580b3a8f26c62b390
This commit is contained in:
parent
7990f8cb16
commit
86cc80c3bd
1
tox.ini
1
tox.ini
@ -8,7 +8,6 @@ usedevelop = True
|
|||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
install_command = pip install -U {opts} {packages}
|
install_command = pip install -U {opts} {packages}
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user