stevedore/tox.ini
Doug Hellmann 8040e7617b flake8 fixes
Minor style changes to make flake8 pass.

Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-05-05 11:52:40 -04:00

14 lines
247 B
INI

[tox]
envlist = py26,py27,py32,py33,style
[testenv]
commands = nosetests -d --with-coverage --cover-inclusive --cover-package stevedore []
deps =
nose
mock
coverage
[testenv:style]
deps = flake8
commands = flake8 stevedore setup.py