Merge "Stop removing .pyc files for unit test runs"
This commit is contained in:
commit
d582844956
1
tox.ini
1
tox.ini
@ -27,7 +27,6 @@ deps = -r{toxinidir}/test-requirements.txt
|
|||||||
# the concurrency=<n> option.
|
# the concurrency=<n> option.
|
||||||
# call ie: 'tox -epy27 -- --concurrency=4'
|
# call ie: 'tox -epy27 -- --concurrency=4'
|
||||||
commands =
|
commands =
|
||||||
find . -ignore_readdir_race -type f -name "*.pyc" -delete
|
|
||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
stestr slowest
|
stestr slowest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user