2015-03-10 23:38:37 +00:00
|
|
|
[tox]
|
2015-05-08 16:34:19 +00:00
|
|
|
envlist = {py26,py27}
|
2015-03-10 23:38:37 +00:00
|
|
|
|
|
|
|
[testenv]
|
2015-04-14 22:46:25 +00:00
|
|
|
commands = make tests
|
2015-03-10 23:38:37 +00:00
|
|
|
deps = -r{toxinidir}/test-requirements.txt
|
|
|
|
whitelist_externals = make
|
2015-04-14 19:07:31 +00:00
|
|
|
|
2015-05-08 16:34:19 +00:00
|
|
|
[testenv:py26]
|
|
|
|
commands =
|
2015-08-01 05:50:05 +00:00
|
|
|
python --version
|
2015-08-27 17:41:46 +00:00
|
|
|
python -m compileall -fq -x 'test|samples|contrib/inventory/vagrant.py' lib test contrib
|
2015-05-08 16:34:19 +00:00
|
|
|
make tests
|
|
|
|
deps = -r{toxinidir}/test-requirements.txt
|
|
|
|
whitelist_externals =
|
|
|
|
make
|
2015-04-14 19:07:31 +00:00
|
|
|
|
2015-05-08 16:34:19 +00:00
|
|
|
[testenv:py27]
|
|
|
|
commands =
|
2015-08-01 05:50:05 +00:00
|
|
|
python --version
|
2015-08-27 17:41:46 +00:00
|
|
|
python -m compileall -fq -x 'test|samples' lib test contrib
|
2015-05-08 16:34:19 +00:00
|
|
|
make tests
|
|
|
|
deps = -r{toxinidir}/test-requirements.txt
|
|
|
|
whitelist_externals = make
|
2015-04-14 19:07:31 +00:00
|
|
|
|
2015-05-08 16:34:19 +00:00
|
|
|
[testenv:py34]
|
|
|
|
commands =
|
2015-08-01 05:50:05 +00:00
|
|
|
python --version
|
2015-08-27 19:08:40 +00:00
|
|
|
python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test
|
2015-05-08 16:34:19 +00:00
|
|
|
make tests
|
2015-06-11 16:03:20 +00:00
|
|
|
deps = -r{toxinidir}/test-requirements.txt
|
2015-05-08 16:34:19 +00:00
|
|
|
whitelist_externals = make
|