From dda5f299f9d998cff40994801545cad40613f5ba Mon Sep 17 00:00:00 2001 From: avnish Date: Fri, 16 Sep 2016 09:38:27 +0530 Subject: [PATCH] delete python bytecode including pyo before every test run Change-Id: I1e51ba4f4aa4c8c3b535ba594cb7cb355ca49383 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b704635..f4d662e 100644 --- a/tox.ini +++ b/tox.ini @@ -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