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

This commit is contained in:
Jenkins 2017-07-02 22:33:07 +00:00 committed by Gerrit Code Review
commit 837ad73b72

View File

@ -15,7 +15,8 @@ setenv = VIRTUAL_ENV={envdir}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python manage.py test {posargs}
commands = rm -f .testrepository/times.dbm
python manage.py test {posargs}
[testenv:pep8]
commands = flake8 {posargs}