Merge "update to latest pbr & remove distribute from tox"

This commit is contained in:
Jenkins 2013-06-14 15:12:38 +00:00 committed by Gerrit Code Review
commit 12bc22b07a
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
d2to1>=0.2.10,<0.3
pbr>=0.5.10,<0.6
pbr>=0.5.16,<0.6
argparse
cliff>=1.3.2
cliff>=1.4
httplib2
iso8601
prettytable>=0.6,<0.8

View File

@ -12,6 +12,7 @@ commands = python setup.py testr --testr-args='{posargs}'
[testenv:pep8]
commands = flake8
distribute = false
[testenv:venv]
commands = {posargs}