stevedore/tox.ini
Doug Hellmann c3e3002f8b add python 3.3 setup to tox
Change-Id: Ida90b57d4dd6464bde38b08362d40488669b76ab
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-03-26 16:46:49 -04:00

14 lines
278 B
INI

[tox]
envlist = py26,py27,py32,py33,pep8
[testenv]
commands = nosetests -d --with-coverage --cover-inclusive --cover-package stevedore []
deps =
nose
mock
coverage
[testenv:pep8]
deps = pep8
commands = pep8 --repeat --ignore=E123 --show-source stevedore setup.py