commit | c563089da48ed92abc216f87f6869093f6b73530 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Mar 23 15:39:46 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Mar 23 15:39:46 2017 +0000 |
tree | f7530f4aed4ad7f38920d7cf7f58d117bb8aa47e | |
parent | e1014befadba18023afda378d45a879659a92a10 [diff] | |
parent | 8ec953f00330251f62cca2bfee7c2f5238b55c3c [diff] |
Merge "Identity V3 rbac_base method refactor"
diff --git a/tox.ini b/tox.ini index b4953e7..0c893f2 100644 --- a/tox.ini +++ b/tox.ini
@@ -13,13 +13,13 @@ whitelist_externals = find deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -commands = +commands = find . -type f -name "*.pyc" -delete ostestr {posargs} --whitelist-file test-whitelist.txt [testenv:pep8] commands = flake8 {posargs} - check-uuid + check-uuid [testenv:uuidgen] commands = check-uuid --fix