remove tox warnning
fix "test command found but not installed in testenv" by adding the full path Change-Id: I6563929013c41121014524e41e43fa43765765a3
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -9,7 +9,7 @@ install_command = pip install -U {opts} {packages}
|
|||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands = rm -f .testrepository/times.dbm
|
commands = /bin/rm -f .testrepository/times.dbm
|
||||||
python setup.py test --slowest --testr-args='{posargs}'
|
python setup.py test --slowest --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
Reference in New Issue
Block a user