Add tox.ini file

Change-Id: I35e3053def347e151326cfccade71ea362d72746
This commit is contained in:
Simon Pasquier 2015-08-21 16:58:21 +02:00
parent c524007406
commit 8be4ae9ebe
1 changed files with 11 additions and 0 deletions

11
tox.ini Normal file
View File

@ -0,0 +1,11 @@
[tox]
envlist = lma_monitoring_analytics
skipsdist = True
[testenv:lma_monitoring_analytics]
deps =
changedir = {toxinidir}/deployment_scripts/puppet/modules/{envname}
whitelist_externals = bundle
commands =
bundle install
bundle exec rake test