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: I158cbfd4d030afbbcd9dfaa75fa2e1e094e0a64d
This commit is contained in:
rajat29 2017-04-26 08:38:05 +05:30
parent 9a3813a7ac
commit 049e527d1a

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