Skip to content

Commit 12bc22b

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "update to latest pbr & remove distribute from tox"
2 parents 0edcf76 + 5ac0b45 commit 12bc22b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
d2to1>=0.2.10,<0.3
2-
pbr>=0.5.10,<0.6
2+
pbr>=0.5.16,<0.6
33
argparse
4-
cliff>=1.3.2
4+
cliff>=1.4
55
httplib2
66
iso8601
77
prettytable>=0.6,<0.8

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ commands = python setup.py testr --testr-args='{posargs}'
1212

1313
[testenv:pep8]
1414
commands = flake8
15+
distribute = false
1516

1617
[testenv:venv]
1718
commands = {posargs}

0 commit comments

Comments
 (0)