Files
f1aefcbc13a3e3208e42e4c26933bb63b54acce6
swift /tox.ini

31 lines
700 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]
[testenv:cover]
commands = {posargs}