Merge "Add 'rm -f .testrepository/times.dbm' command in testenv"
This commit is contained in:
commit
837ad73b72
3
tox.ini
3
tox.ini
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user