Files
1c8d188872fb087877302b4db9a40cbec150c1d0
swift /tox.ini

36 lines
683 B
INI
Raw Normal View History

envlist = py26,py27,pep8
[testenv]
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1
NOSE_OPENSTACK_RED=0.05
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
NOSE_OPENSTACK_STDOUT=1
-r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
flake8 --filename=swift* bin
[testenv:cover]
commands = {posargs}
[flake8]
ignore = H
builtins = _
exclude = .venv,.tox,dist,doc,test,*egg
show-source = True