2015-03-11 00:38:37 +01:00
|
|
|
[tox]
|
2015-10-04 09:58:44 +02:00
|
|
|
envlist = py26,py27,py34,py35
|
2015-03-11 00:38:37 +01:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps = -r{toxinidir}/test-requirements.txt
|
|
|
|
whitelist_externals = make
|
2015-05-08 18:34:19 +02:00
|
|
|
commands =
|
2015-08-01 07:50:05 +02:00
|
|
|
python --version
|
2015-10-04 09:57:49 +02:00
|
|
|
py26: python -m compileall -fq -x 'test|samples|contrib/inventory/vagrant.py' lib test contrib
|
|
|
|
py27: python -m compileall -fq -x 'test|samples' lib test contrib
|
2015-10-19 20:03:46 +02:00
|
|
|
py34: python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib
|
|
|
|
py35: python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib
|
2015-10-19 08:43:27 +02:00
|
|
|
make tests
|