Add 'rm -f .testrepository/times.dbm' command in testenv

Running py2* post py3* tests results in error. Add
'rm -f .testrepository/times.dbm' command in testenv to
resolve this.

Change-Id: Ia6e132573b4d60f6720e1f134bda124c88fc8241
This commit is contained in:
M V P Nitesh 2017-04-25 13:17:21 +05:30
parent 900c4a6a4b
commit d1c4367206
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ install_command =
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'
commands = rm -f .testrepository/times.dbm
python setup.py test --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8