dox/dox/tests/config
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
..
__init__.py Use base class for config file parsers 2014-09-25 11:50:00 -04:00
test_commands.py Better support for multiple commands 2014-09-26 12:20:54 -04:00
test_dox_yaml.py Allow multiple targets in dox.yml 2014-10-15 14:17:22 +00:00
test_tox_ini.py Allow multiple targets in dox.yml 2014-10-15 14:17:22 +00:00
test_travis_yaml.py Allow multiple targets in dox.yml 2014-10-15 14:17:22 +00:00