Tidy lint

This commit is contained in:
James Page 2016-03-10 10:30:39 +00:00
parent 17aa1c62fb
commit ea9961094a
3 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.tox
.testrepository

View File

@ -120,13 +120,11 @@ class DatabaseRelationAdapter(OpenStackRelationAdapter):
self.ssl_key)
return uri
@property
def uri(self):
return self.get_uri()
class ConfigurationAdapter(object):
"""
Configuration Adapter which provides python based access

View File

@ -1,5 +1,5 @@
[tox]
envlist = lint,py27
envlist = pep8,py27
skipsdist = True
[testenv]
@ -13,7 +13,7 @@ commands = ostestr {posargs}
basepython = python2.7
deps = -r{toxinidir}/test-requirements.txt
[testenv:lint]
[testenv:pep8]
basepython = python2.7
deps = -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs} lib