Align to OpenStack Hacking guidelines.

Change-Id: I8eeea3be46d4943c462772de26b10142f426a00c
This commit is contained in:
Monty Taylor
2013-04-01 23:46:36 -04:00
committed by Clark Boylan
parent 3be868a923
commit a221915447
6 changed files with 354 additions and 49 deletions

View File

@@ -7,6 +7,7 @@ setenv = VIRTUAL_ENV={envdir}
[testenv:pep8]
deps = flake8
argparse
hacking
commands = flake8
[testenv:sdist]