update to latest pbr & remove distribute from tox

Change-Id: I61eb9902446a4fd975d5ea6fa7909ddcb3f7e761
This commit is contained in:
Mark McClain 2013-06-13 15:45:46 -04:00
parent 53adca5747
commit 5ac0b45029
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}