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

This commit is contained in:
Jenkins 2017-06-20 18:14:51 +00:00 committed by Gerrit Code Review
commit 1a98b94cc6

View File

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