Merge "Remove times.dbm file for each tox run"
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -17,8 +17,10 @@ install_command = pip install -U {opts} {packages}
|
|||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = find . -type f -name "*.pyc" -delete
|
commands = find . -type f -name "*.pyc" -delete
|
||||||
|
rm -f .testrepository/times.dbm
|
||||||
python setup.py testr --testr-args='{posargs}'
|
python setup.py testr --testr-args='{posargs}'
|
||||||
whitelist_externals = find
|
whitelist_externals = find
|
||||||
|
rm
|
||||||
|
|
||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
commands = oslo_debug_helper -t troveclient/tests {posargs}
|
commands = oslo_debug_helper -t troveclient/tests {posargs}
|
||||||
|
Reference in New Issue
Block a user