DEBSOURCES
Skip Quicknav
sources / openstack-common / 0.1%2Bgit20120203-1 / tox.ini
1234567891011
[tox] envlist = py26,py27 [testenv] deps = -r{toxinidir}/tools/pip-requires commands = nosetests [testenv:pep8] deps = pep8 commands = nosetests --with-tissue