delete python bytecode including pyo before every test run

Change-Id: Id013e531bad0d7938e726b26e2e005f028435507
This commit is contained in:
avnish
2016年09月16日 09:41:18 +05:30
parent 716494ee86
commit d2dc31b521

View File

@@ -11,7 +11,7 @@ install_command =
deps =
-r{toxinidir}/test-requirements.txt
commands =
/usr/bin/find . -type f -name "*.pyc" -delete
/usr/bin/find . -type f -name "*.py[c|o]" -delete
passenv =
HOME
http_proxy
Reference in New Issue
openstack/openstack-ansible-rabbitmq_server
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.