Add tox.ini

This change adds a tox.ini file so it is possible to launch all the
tests by running `tox`. Note that to launch the Puppet tests, bundler
[1] needs to be installed.

[1] http://bundler.io/

Change-Id: I86013f60d67b338188840bd632d1d5b00ff6dd99
This commit is contained in:
Simon Pasquier 2015-08-17 10:43:32 +02:00
parent 3c13dd768f
commit 6662bd6641
1 changed files with 12 additions and 0 deletions

12
tox.ini Normal file
View File

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