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:
parent
ba7f8d042c
commit
3b23bc5b3c
2
tox.ini
2
tox.ini
@ -9,7 +9,7 @@ install_command = pip install -U {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
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}'
|
||||
|
||||
[testenv:pep8]
|
||||
|
Loading…
Reference in New Issue
Block a user