diff options
author | Tomi Juvonen <tomi.juvonen@nokia.com> | 2019-04-16 06:33:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-04-16 06:33:48 +0000 |
commit | 38a8102f8dd2e580857477e318b2ceb5a4ecdb06 (patch) | |
tree | e6c97569c53a54d1860fe3e3044442c3be684e75 | |
parent | 364d2c2344be5775a0eef6fe19fda125d2c8853d (diff) | |
parent | b19b69d731cfb5a87f7c928cc898ea04ec85cec6 (diff) |
Merge "Fix tox to clean python cache" into stable/hunter
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ passenv = SSH_KEY changedir = {toxinidir}/doctor_tests commands = doctor-test + /bin/find {toxinidir} -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete [testenv:pep8] changedir = {toxinidir} |