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: I70bda66df507bd682ebc50f6edce242d52bc9e01
This commit is contained in:
rajat29 2017-04-26 09:17:06 +05:30
parent f700cc9766
commit fea7544318
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -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