dox/dox/tests
Chmouel Boudjnah af4113abc2 Allow multiple targets in dox.yml
Try to emulate tox -e type of target/environment.

This works natively in tox.ini as long we have commands to run there
(doesn't support inheritance).

For dox.yml the format has been improved, the format looks now like this :

target1:
    images:
    commands:
    add:
    prep:

target2:
    images:
    commands:
    add:
    prep:

we still support old format with single target. 

Follow up patches in this series improve this implementation.

Change-Id: I2a30aaa63fd4e47fd76f29ed5e5cb025ca326016
2014-10-15 14:17:22 +00:00
..
config Allow multiple targets in dox.yml 2014-10-15 14:17:22 +00:00
samples Allow multiple targets in dox.yml 2014-10-15 14:17:22 +00:00
__init__.py Initial pass at the basic logic 2014-07-22 16:27:33 -07:00
base.py Add tests for tox_ini 2014-09-11 14:11:01 +02:00
test_dox.py Fix pep8 rules 2014-09-07 09:55:31 +02:00
test_images.py Allow multiple targets in dox.yml 2014-10-15 14:17:22 +00:00
test_runner.py Add more tests with runner 2014-10-14 21:53:04 +00:00