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:
Eyal 2017-06-15 11:16:06 +03:00
parent ba7f8d042c
commit 3b23bc5b3c
1 changed files with 1 additions and 1 deletions

View File

@ -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]