dox/dox/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 Split some code out for easier testing 2014-07-23 05:18:23 -07:00
base.py Allow multiple targets in dox.yml 2014-10-15 14:17:22 +00:00
cmdline.py Add missing file 2014-09-05 08:00:22 -07:00
dockerfile.py Split some code out for easier testing 2014-07-23 05:18:23 -07:00
dox_yaml.py Allow multiple targets in dox.yml 2014-10-15 14:17:22 +00:00
tox_ini.py Allow multiple targets in dox.yml 2014-10-15 14:17:22 +00:00
travis_yaml.py Allow multiple targets in dox.yml 2014-10-15 14:17:22 +00:00