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

This commit is contained in:
Jenkins 2017-06-06 18:56:28 +00:00 committed by Gerrit Code Review
commit 454a40b329

View File

@ -15,7 +15,8 @@ setenv = VIRTUAL_ENV={envdir}
LC_ALL=C
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
commands = /bin/rm -f .testrepository/times.dbm
python setup.py testr --slowest --testr-args='{posargs}'
distribute = false
[testenv:py27-func-mysql]