fuel-plugin-lma-collector/tox.ini

27 lines
577 B
INI

[tox]
envlist = heka,lma_collector,docs
skipsdist = True
[testenv:heka]
deps =
changedir = {toxinidir}/deployment_scripts/puppet/modules/{envname}
whitelist_externals = bundle
commands =
bundle install
bundle exec rake test
[testenv:lma_collector]
deps =
changedir = {toxinidir}/deployment_scripts/puppet/modules/{envname}
whitelist_externals = bundle
commands =
bundle install
bundle exec rake test
[testenv:docs]
deps = -r{toxinidir}/test-requirements.txt
changedir = {toxinidir}/doc
whitelist_externals = make
commands =
make clean html SPHINXOPTS=-W