[BAD] silence tox to get some cherry picked chnages in

Change-Id: I61eb149439efe769801995f01c7908446c563381
This commit is contained in:
German Eichberger 2014-04-02 10:51:28 -07:00
parent 05f491043b
commit 5867eb8b52
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ commands = flake8
[flake8]
ignore = H
show-source = True
exclude = .venv,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tests,build
exclude = .venv,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tests,build,libra/*
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'